diff --git a/CHANGELOG.md b/CHANGELOG.md index 59e926b..71038ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - [Unreleased](#unreleased) - [2.x.x](#2xx) + - [Version 2.3.1](#version-231) - [Version 2.3.0](#version-230) - [Version 2.2.0](#version-220) - [Version 2.1.3](#version-213) @@ -25,6 +26,10 @@ # 2.x.x +## Version 2.3.1 + +* Added Python 3.12 wheels + ## Version 2.3.0 * Added Python 3.11 support diff --git a/setup.py b/setup.py index 29a33f1..76fd6f9 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ os.environ["_CL_"] = "" os.environ["_CL_"] += " /WX" -VERSION = "2.3.0" +VERSION = "2.3.1" CISO8601_CACHING_ENABLED = int(os.environ.get('CISO8601_CACHING_ENABLED', '1') == '1') setup(