diff --git a/CHANGES.rst b/CHANGES.rst index b673e07..8967f8e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,8 @@ +1.1.0 (30-03-2023) +------------------- + +- Overschakelen naar nieuwe AGIV services (#164) + 1.0.0 (13-04-2022) ------------------- diff --git a/setup.py b/setup.py index 171d596..e23cb14 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ testing_extras = tests_requires + [] setup(name='crabpy_pyramid', - version='1.0.0', + version='1.1.0', description='Bindings for the CRABpy webservices and the Pyramid framework.', long_description=README + '\n\n' + CHANGES, classifiers=[