From 86e3392232579899e476fd05cc29c04d60b65748 Mon Sep 17 00:00:00 2001 From: Samira El Aabidi Date: Mon, 17 Feb 2020 14:23:53 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5361b5..a0099cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +## 1.1.0 + * 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 * Initial version (fork of https://github.com/singer-io/singer-python version 5.9.0) diff --git a/setup.py b/setup.py index f1ee264..87c59a4 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() setup(name="pipelinewise-singer-python", - version='1.0.0', + version='1.1.0', description="Singer.io utility library - PipelineWise compatible", long_description=long_description, long_description_content_type="text/markdown",