Skip to content

Commit

Permalink
Preparing release 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Dec 15, 2023
1 parent 94fa55f commit a58c4d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

5.4 (unreleased)
5.4 (2023-12-15)
----------------

- Fix ``UnknownTimeZoneError`` when unpickling ``DateTime.DateTime().asdatetime()``.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
with open(os.path.join(here, 'CHANGES.rst')) as f:
CHANGES = f.read()

version = '5.4.dev0'
version = '5.4'

setup(
name='DateTime',
Expand Down

0 comments on commit a58c4d5

Please sign in to comment.