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'