From f7ef8a58bb14d612d586eff2d4812e32b342cd23 Mon Sep 17 00:00:00 2001 From: Tim Van Campenhout <45393594+vancamti@users.noreply.github.com> Date: Thu, 30 Mar 2023 17:18:16 +0200 Subject: [PATCH 1/2] #164 update crabpy (#166) * #164 update crabpy * #164 update crabpy --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' From 6e519624e58cf6ce74344e06ec49b30f49451100 Mon Sep 17 00:00:00 2001 From: Vanderhaegen Cedrik Date: Thu, 30 Mar 2023 17:30:38 +0200 Subject: [PATCH 2/2] prepare 1.1.0 release --- CHANGES.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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=[