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/requirements.txt b/requirements.txt index 2ea1060..36ec640 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Tested and approved with these versions pyramid==2.0.0 -crabpy==0.15.0 +crabpy==0.16.1 pycountry==18.12.8 ; python_version < '3.0' pycountry==22.3.5 ; python_version >= '3.4' 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=[