From f3cb05f8f203a076d1372a734b21d15484d76bc0 Mon Sep 17 00:00:00 2001 From: Bruno Bord Date: Fri, 24 Apr 2020 15:17:38 +0200 Subject: [PATCH] v9.0.0 **BREAKING CHANGES** in the Registry API. * Dropped the ``IsoRegistry.items()`` method, * Started deprecation of the ``IsoRegistry.get_calendar_class`` method. --- Changelog.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index d43ae78..8ad24a7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ # CHANGELOG -## master (unreleased) +## v9.0.0 (2020-04-24) - **BREAKING CHANGE**: the ``IsoRegistry.items()`` method has been removed from the API. You must use the ``get_calendars()`` to perform the same registry queries (#375, #491). - *Deprecation notice*: The usage of ``IsoRegistry.get_calendar_class()`` is strongly discouraged, in favor of ``get()``. The ``get_calendar_class`` method will be dropped in a further release. In the meantime, they'll be both equivalent (#375, #418). diff --git a/setup.py b/setup.py index b36220b..ee268d9 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ REQUIREMENTS = [ 'pyluach', 'setuptools>=1.0', ] -version = '8.5.0.dev0' +version = '9.0.0' __VERSION__ = version params = dict(