Skip to content

Commit 38ff686

Browse files
authored
v2.0.0 (#43)
1 parent 3c5b3fe commit 38ff686

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 1.4.0 (2021-11-22)
3+
## 2.0.0 (2021-11-23)
44
* Swith to `orjson` JSON library to serialie and deserialise faster
55
* Bump `backoff` to 1.11.1
66
* Bump `pytz` to latest

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
long_description = fh.read()
77

88
setup(name="pipelinewise-singer-python",
9-
version='1.4.0',
9+
version='2.0.0',
1010
description="Singer.io utility library - PipelineWise compatible",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)