Skip to content

Commit e0d5a3f

Browse files
committed
Bump version to 2.2.0
No changes in this release, just re-publishing to PyPI to resolve #73.
1 parent 113243d commit e0d5a3f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '1.3.0'
54+
version = '2.2.0'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '1.3.0'
56+
release = '2.2.0'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

setup.py

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

33
install_requirements = ['pytz', 'tzlocal']
44

5-
version = '2.1.1'
5+
version = '2.2.0'
66

77
try:
88
import importlib

0 commit comments

Comments
 (0)