From 660d39fb8b48a2296f8243c8e24fa9b8b37dc1be Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Thu, 11 Jun 2020 17:28:18 +0100 Subject: [PATCH] v1.1.3 and changelog (#13) --- CHANGELOG.md | 13 +++++++++++-- setup.py | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0099cb..f75fd53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,17 @@ # Changelog -## 1.1.0 +## 1.1.3 (2020-06-11) + * Bump jsonschema to 3.2.0 + +## 1.1.2 (2020-04-29) + * Bump pytz to 2020.1 + +## 1.1.1 (2020-03-19) + * Bump pytz to 2019.3 + +## 1.1.0 (2020-02-17) * Added a logging config file to fallback to in case LOGGING_CONF_FILE env variable is not defined. This is to respect the singer specs that requires the logs to be sent to stderr and not stdout. -## 1.0.0 +## 1.0.0 (2020-02-06) * Initial version (fork of https://github.com/singer-io/singer-python version 5.9.0) diff --git a/setup.py b/setup.py index fea5e62..2789ec1 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() setup(name="pipelinewise-singer-python", - version='1.1.2', + version='1.1.3', description="Singer.io utility library - PipelineWise compatible", long_description=long_description, long_description_content_type="text/markdown",