Skip to content

Commit

Permalink
Prepare release 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Jan 17, 2022
1 parent b743594 commit 3c2b705
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [3.8.1] - 2022-01-17
### Fixed
* Fixed pickle problem of jdate and jdatetime objects(#108)

## [3.8.0] - 2022-01-07
### Fixed
* Fixed unicode literal problem in isoformat
Expand Down
2 changes: 1 addition & 1 deletion jdatetime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
j_days_in_month,
)

__VERSION__ = "3.8.0"
__VERSION__ = "3.8.1"
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.8.0',
version='3.8.1',
packages=['jdatetime', ],
license='Python Software Foundation License',
keywords='Jalali implementation of Python datetime',
Expand Down

0 comments on commit 3c2b705

Please sign in to comment.