**BREAKING CHANGES** in the Registry API.

* Dropped the ``IsoRegistry.items()`` method,
* Started deprecation of the ``IsoRegistry.get_calendar_class`` method.
This commit is contained in:
Bruno Bord 2020-04-24 15:17:38 +02:00
parent 86a9ddf2c2
commit f3cb05f8f2
No known key found for this signature in database
GPG Key ID: 9499EA6788BF80A1
2 changed files with 2 additions and 2 deletions

View File

@ -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).

View File

@ -28,7 +28,7 @@ REQUIREMENTS = [
'pyluach',
'setuptools>=1.0',
]
version = '8.5.0.dev0'
version = '9.0.0'
__VERSION__ = version
params = dict(