Skip to content

Commit

Permalink
[#162] Don't cancel those transitions that are actually in the possib…
Browse files Browse the repository at this point in the history
…le future just because they are also in the future of impossible transition path
  • Loading branch information
javrasya committed Jul 20, 2020
1 parent 0c46393 commit 58b0eab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@
Change Logs
===========

3.2.1 (Stable):
3.2.2 (Stable):
---------------
* **Bug** - # 162_: Fix a bug that is causing some possible future transitions to turn to CANCELLED for some workflows.

.. _162: https://github.com/javrasya/django-river/issues/159

3.2.1:
------
* **Bug** - # 159_: A bug that is with having multiple cyclic dependencies in a workflow that happens when one of tem goes through has been fixed.
* **Drop** - : Drop Python3.4 support since it is having incompatibilities with the module ``six``

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.2.1'
version = '3.2.2'
# The full version, including alpha/beta/rc tags.
release = '3.2.1'
release = '3.2.2'

# 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 @@ -13,7 +13,7 @@

setup(
name='django-river',
version='3.2.1',
version='3.2.2',
author='Ahmet DAL',
author_email='[email protected]',
packages=find_packages(),
Expand Down

0 comments on commit 58b0eab

Please sign in to comment.