Skip to content

Commit

Permalink
⬆️ Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
javrasya committed Jan 28, 2020
1 parent 083c733 commit a246966
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit a246966

Please sign in to comment.