Skip to content

Commit

Permalink
revert to 3.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Sep 1, 2024
1 parent e704869 commit b1ce698
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 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
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.2.3"
VERSION = "3.dev"

with open("README.md", encoding="utf-8") as f:
long_description = f.read()
Expand Down

0 comments on commit b1ce698

Please sign in to comment.