Skip to content

Commit 9edb52e

Browse files
committed
prepare for release
1 parent 6eca015 commit 9edb52e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [6.0.2] 2026-08-06
44

55
### Fixed
66

7-
* `astimezone()` no longer resets the instance locale to the global default
7+
* `astimezone()` no longer resets the instance locale to the global default #190
88

99
## [6.0.1] - 2026-07-15
1010

jdatetime/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
from jalali_core import GregorianToJalali, JalaliToGregorian, j_days_in_month
2323

24-
__VERSION__ = '6.0.1'
24+
__VERSION__ = '6.0.2'
2525
MINYEAR = 1
2626
MAXYEAR = 9377
2727

0 commit comments

Comments
 (0)