We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5b3fe commit 38ff686Copy full SHA for 38ff686
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 1.4.0 (2021-11-22)
+## 2.0.0 (2021-11-23)
4
* Swith to `orjson` JSON library to serialie and deserialise faster
5
* Bump `backoff` to 1.11.1
6
* Bump `pytz` to latest
setup.py
@@ -6,7 +6,7 @@
long_description = fh.read()
7
8
setup(name="pipelinewise-singer-python",
9
- version='1.4.0',
+ version='2.0.0',
10
description="Singer.io utility library - PipelineWise compatible",
11
long_description=long_description,
12
long_description_content_type="text/markdown",
0 commit comments