From a246966935c95a98a1321d69e96a24168f7335e6 Mon Sep 17 00:00:00 2001 From: Ahmet DAL Date: Tue, 28 Jan 2020 15:34:17 +0100 Subject: [PATCH] :arrow_up: Bump patch version --- docs/changelog.rst | 11 ++++++++++- docs/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 534fec2..788ff50 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,8 +3,17 @@ Change Logs =========== -3.1.0 (Stable) +3.1.1 (Stable) -------------- + * **Bug** - # 128_: Available approvals are not found properly when primary key is string + * **Bug** - # 129_: Models with string typed primary keys violates integer field in the hooks + + +.. _128: https://github.com/javrasya/django-river/issues/128 +.. _129: https://github.com/javrasya/django-river/issues/129 + +3.1.0 +----- * **Imrovement** - # 123_: Jump to a specific future state of a workflow object * **Bug** - # 124_: Include some BDD tests for the users to understand the usages easier. diff --git a/docs/conf.py b/docs/conf.py index 42ca5fe..c6cd44f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = '3.1.0' +version = '3.1.1' # The full version, including alpha/beta/rc tags. -release = '3.1.0' +release = '3.1.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 0e71d82..cc69e53 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='django-river', - version='3.1.0', + version='3.1.1', author='Ahmet DAL', author_email='ceahmetdal@gmail.com', packages=find_packages(),