Skip to content

Commit

Permalink
Version 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Aug 30, 2024
1 parent 368c431 commit e704869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e704869

Please sign in to comment.