Skip to content

Commit

Permalink
Bump pytz to 2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amofakhar committed Oct 10, 2024
1 parent fcae917 commit 3eb1f5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
## 1.3.1 (2024-10-10)
* Bump `pytz` to `2024.2`

## 1.3.0 (2021-08-12)
* Added `time_extracted` to BATCH message type
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = fh.read()

setup(name="pipelinewise-singer-python",
version='1.3.0',
version='1.3.1',
description="Singer.io utility library - PipelineWise compatible",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -17,7 +17,7 @@
],
url="https://github.com/transferwise/pipelinewise-singer-python",
install_requires=[
'pytz<2021.0',
'pytz==2024.2',
'jsonschema==3.2.0',
'simplejson==3.17.2',
'python-dateutil>=2.6.0',
Expand Down

0 comments on commit 3eb1f5d

Please sign in to comment.