Skip to content

Commit

Permalink
0.9.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fricciardi committed Aug 24, 2022
1 parent c9dff46 commit bfe9c20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ Current and future releases

Current:

* 0.9.2 and 0.9.3: Reorganization of documentation
* 0.9.4: Implementation of WesternTimeDelta

Planned:

* 0.9.4: Implementation of WesternTimeDelta
* 1.0: Implementation of DateTime, first production release
* 1.1: Implementation of Julian and Hebrew calendars

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = '0.9'
# The full version, including alpha/beta/rc tags
release = '0.9.4dev0'
release = '0.9.4'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# TODO: All setup arguments need to be revised, also check for those to give more info on PyPI page
setuptools.setup(
name='datetime2',
version='0.9.4dev0',
version='0.9.4',

description='New date and time classes',
long_description=long_description,
Expand Down

0 comments on commit bfe9c20

Please sign in to comment.