diff --git a/docs/changelog.rst b/docs/changelog.rst index 1762779..d01423a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,12 @@ _ --------- +1.3.1 +~~~~~ + +* Minor updates with versioning + + 1.3.0 ~~~~~ diff --git a/tornado_json/__init__.py b/tornado_json/__init__.py index 796f2ce..aad92ac 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.0' +__version__ = '1.3.1'