From 7beb99a9fade375b47b213ee012a0d7fa6a4d57c Mon Sep 17 00:00:00 2001 From: Francois Blackburn Date: Mon, 14 Aug 2023 15:10:51 -0400 Subject: [PATCH] rebase version for context changelog and notice --- CHANGELOG.md | 2 +- wazo_confd/plugins/context/schema.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 001787d74..027ab76a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/wazo_confd/plugins/context/schema.py b/wazo_confd/plugins/context/schema.py index fe052b615..ab803009c 100644 --- a/wazo_confd/plugins/context/schema.py +++ b/wazo_confd/plugins/context/schema.py @@ -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: