Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kmmbvnr committed Apr 30, 2021
1 parent 773d25e commit b9a9cf5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog
=========

1.9.0 2021-04-30
----------------

- Add additional template blocks for left panel. Close #311
- Fix issue with task assign on default POST
- Fix Spanish translation
- Add Italian translation
- Add custom rollback to update_status migration


1.8.1 2021-01-15
----------------

Expand Down
14 changes: 6 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,12 @@ Please see `FAQ <https://github.com/kmmbvnr/django-viewflow/wiki/Pro-FAQ>`_ for
Latest changelog
================

1.8.1 2021-01-15
1.9.0 2021-04-30
----------------

* Fix this-referencies for flow.Functon task loader
- Add additional template blocks for left panel. Close #311
- Fix issue with task assign on default POST
- Fix Spanish translation
- Add Italian translation
- Add custom rollback to update_status migration


1.8.0 2021-01-07
----------------

* Clean Django 4.0 warnings
* Allow flow.Handler redifinition with inheritance
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='django-viewflow',
version='1.8.1',
version='1.9.0',
author='Mikhail Podgurskiy',
author_email='[email protected]',
description='Reusable workflow library for django',
Expand Down

0 comments on commit b9a9cf5

Please sign in to comment.