Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kmmbvnr committed May 13, 2020
1 parent 2061c57 commit bf51c7d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
=========

1.6.1 2020-05-13
----------------

* Fix autopermission creation for flow.View nodes
* Make django-rest-swagger requirements optional
* Fix REST Charts on python 3+


1.6.0 2019-11-19
----------------

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

1.6.0 2019-11-19
1.6.1 2020-05-13
----------------

* Django 3.0 support
* Add process.artifact and task.artifact generic fk fields for default models
* Add process.data and task.data generic json field for default models
* Add View().OnCreate(...) callback support
* Allow to overide flow view access by Flow.has_view_permission method

* Fix autopermission creation for flow.View nodes
* Make django-rest-swagger requirements optional
* Fix REST Charts on python 3+
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.6.0',
version='1.6.1',
author='Mikhail Podgurskiy',
author_email='[email protected]',
description='Reusable workflow library for django',
Expand Down

0 comments on commit bf51c7d

Please sign in to comment.