From 38ff686383728269a81a8c43260614228590bea1 Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Tue, 23 Nov 2021 11:02:43 +0000 Subject: [PATCH] v2.0.0 (#43) --- CHANGELOG.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbe41a6..e10372a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index 93d94f0..755f4ac 100644 --- a/setup.py +++ b/setup.py @@ -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",