diff --git a/CHANGELOG.md b/CHANGELOG.md index 614db10a2..e6e5e20b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 3.dev +## 3.2.3 * Add: support for Python 3.13 * Fix: Using icalendar's tzinfo on created datetime to fix issue with icalendar * Fix: typos in code diff --git a/setup.py b/setup.py index 68e363989..dc7160acf 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ # When the version is updated, a new section in the CHANGELOG.md file must be # added too. -VERSION = "3.dev" +VERSION = "3.2.3" with open("README.md", encoding="utf-8") as f: long_description = f.read()