From f3f92ad7a9c0de21c80e24077eb2c1d57d9213be Mon Sep 17 00:00:00 2001 From: giscegit Date: Mon, 22 Jul 2024 07:48:44 +0000 Subject: [PATCH] Bump to v24.14.1 --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 92eee7a8..d797c6e8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,2 +1,2 @@ [bumpversion] -current_version = 24.14.0 +current_version = 24.14.1 diff --git a/setup.py b/setup.py index 902f19a0..907bfa0e 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ author='GISCE-TI, S.L.', author_email='devel@gisce.net', url='http://www.gisce.net', - version='24.14.0', + version='24.14.1', license='General Public Licence 2', long_description='''Long description''', provides=['libcnmc'],