Skip to content

Commit

Permalink
Preparing release 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Jul 19, 2023
1 parent 3276db8 commit fdd5d31
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.2 (unreleased)
5.2 (2023-07-19)
----------------

- Cast int to float in compare methods.
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.2.dev0'
version = '5.2'

setup(
name='DateTime',
Expand Down

0 comments on commit fdd5d31

Please sign in to comment.