From 8d8b35ff77f13cb3ab1a606bd2083b26cc69c54f Mon Sep 17 00:00:00 2001 From: hfaran Date: Wed, 17 Apr 2019 03:39:37 -0700 Subject: [PATCH] Release 1.3.4 --- .gitignore | 1 + docs/changelog.rst | 7 +++++++ tornado_json/__init__.py | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 443634d..8b0cd61 100755 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ dist *.tmp* .idea +.vscode # Test artifacts .coverage diff --git a/docs/changelog.rst b/docs/changelog.rst index d315886..35c37a3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,13 @@ _ --------- +1.3.4 +~~~~~ + +* Fix regression in 1.3.3 +* Pin versions for supported set of dependencies + + 1.3.3 ~~~~~ diff --git a/tornado_json/__init__.py b/tornado_json/__init__.py index 06fb7ee..49e1646 100644 --- a/tornado_json/__init__.py +++ b/tornado_json/__init__.py @@ -5,4 +5,4 @@ # Alternatively, just put the version in a text file or something to avoid # this. -__version__ = '1.3.3' +__version__ = '1.3.4'