Skip to content

Commit

Permalink
Prepare release 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Jan 24, 2022
1 parent a3af59e commit 160ea28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## [3.8.2] - 2022-01-24
### Fixed
* Fix older version objects unpickling problem

## [3.8.1] - 2022-01-17
### Fixed
* Fixed pickle problem of jdate and jdatetime objects(#108)
Expand Down
2 changes: 1 addition & 1 deletion jdatetime/__init__.py
Expand Up @@ -24,7 +24,7 @@
GregorianToJalali, JalaliToGregorian, j_days_in_month,
)

__VERSION__ = "3.8.1"
__VERSION__ = "3.8.2"
MINYEAR = 1
MAXYEAR = 9377

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

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

0 comments on commit 160ea28

Please sign in to comment.