closes #375
This commit is contained in:
Bruno Bord 2020-06-05 10:53:32 +02:00
parent c022edfd85
commit 20e4551110
No known key found for this signature in database
GPG Key ID: 9499EA6788BF80A1
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# CHANGELOG
## master (unreleased)
## v10.0.0 (2020-06-05)
- **BREAKING CHANGE**: the ``IsoRegistry.get_calendar_class()`` method has been removed from the code and should no longer be used (#375, #495).

View File

@ -129,7 +129,7 @@ Let's say that we only know the ISO code for Switzerland (`CH`). If we want to c
*Note*: this function would return `None` if the code is unknown.
**DEPRECATION WARNING**: As of version X.X.X, the ``IsoRegistry.get_calendar_class()`` has been renamed into ``IsoRegistry.get()`` to retrieve a single calendar class out of the registry.
**DEPRECATION WARNING**: As of version 10.0.0, the ``IsoRegistry.get_calendar_class()`` has been renamed into ``IsoRegistry.get()`` to retrieve a single calendar class out of the registry.
## Select only sub-regions

View File

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