Skip to content

Commit

Permalink
Prepare for release 3.7.0 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Dec 20, 2021
1 parent 68eb4a5 commit 756ff2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [3.7.0] - 2021-12-20
### Add
* Add ZoneInfo support

Expand Down
2 changes: 1 addition & 1 deletion jdatetime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
j_days_in_month,
)

__VERSION__ = "3.6.4"
__VERSION__ = "3.7.0"
MINYEAR = 1
MAXYEAR = 9377

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='jdatetime',
version='3.6.4',
version='3.7.0',
packages=['jdatetime', ],
license='Python Software Foundation License',
keywords='Jalali implementation of Python datetime',
Expand Down

0 comments on commit 756ff2d

Please sign in to comment.