diff --git a/CHANGES.md b/CHANGES.md index ace47dc1..183beb0c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2024-03-13, Version 3.2.3 +========================= + + * Downgrade upload-artifact on 64 bit Windows (#919) (Bradley Reynolds) + + * Upgrade cibuildwheel on Linux & Mac OS job (#920) (Bradley Reynolds) + + 2024-03-02, Version 3.2.2 ========================= diff --git a/ibm_db.c b/ibm_db.c index b4f5f3db..9d82b68f 100644 --- a/ibm_db.c +++ b/ibm_db.c @@ -22,7 +22,7 @@ +--------------------------------------------------------------------------+ */ -#define MODULE_RELEASE "3.2.2" +#define MODULE_RELEASE "3.2.3" #include #include diff --git a/setup.py b/setup.py index e67a7163..16b3fe3a 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ from setuptools.command.install import install PACKAGE = 'ibm_db' -VERSION = '3.2.2' +VERSION = '3.2.3' LICENSE = 'Apache License 2.0' readme = os.path.join(os.path.dirname(__file__),'README.md')