We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pytz
1 parent 66688d7 commit 0c066deCopy full SHA for 0c066de
2 files changed
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+
3
+## 5.12.2
4
+ * Removes pinned `pytz` version [#152](https://github.com/singer-io/singer-python/pull/152)
5
6
## 5.12.1
7
* Removes normalize function from `singer.decimal` to avoid scientific notation [#146](https://github.com/singer-io/singer-python/pull/146)
8
setup.py
@@ -4,13 +4,13 @@
import subprocess
setup(name="singer-python",
- version='5.12.1',
+ version='5.12.2',
description="Singer.io utility library",
9
author="Stitch",
10
classifiers=['Programming Language :: Python :: 3 :: Only'],
11
url="http://singer.io",
12
install_requires=[
13
- 'pytz==2018.4',
+ 'pytz>=2018.4',
14
'jsonschema==2.6.0',
15
'simplejson==3.11.1',
16
'python-dateutil>=2.6.0',
0 commit comments