Skip to content

Commit

Permalink
v2.0.0 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Nov 23, 2021
1 parent 3c5b3fe commit 38ff686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.4.0 (2021-11-22)
## 2.0.0 (2021-11-23)
* Swith to `orjson` JSON library to serialie and deserialise faster
* Bump `backoff` to 1.11.1
* Bump `pytz` to latest
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0',
version='2.0.0',
description="Singer.io utility library - PipelineWise compatible",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 38ff686

Please sign in to comment.