Skip to content

Commit

Permalink
v1.1.3 and changelog (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Jun 11, 2020
1 parent 881a738 commit 660d39f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 660d39f

Please sign in to comment.