Skip to content

Commit

Permalink
rebase version for context changelog and notice
Browse files Browse the repository at this point in the history
  • Loading branch information
fblackburn1 committed Aug 14, 2023
1 parent d1f39c7 commit 7beb99a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 23.10
## 23.12

* A context now has a read-only auto-generated `name` and a required `label` instead
of a user-provided `name` and optional `label`. For compatibility purposes, if a context is
Expand Down
2 changes: 1 addition & 1 deletion wazo_confd/plugins/context/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def create_objects(self, data, **kwargs):
data[key] = [ContextNumbers(**d) for d in data[key]]
return data

# DEPRECATED 23.11
# DEPRECATED 23.12
@pre_load
def copy_name_to_label(self, data, **kwargs):
if 'label' in data:
Expand Down

0 comments on commit 7beb99a

Please sign in to comment.