Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Bump version. Close #267
Browse files Browse the repository at this point in the history
  • Loading branch information
kmmbvnr committed Nov 5, 2021
1 parent 8e40cf7 commit bde9a51
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

django-fsm 2.8.0 2021-11-05
~~~~~~~~~~~~~~~~~~~~~~~~~~

- Fix get_available_FIELD_transition on django>=3.2
- Fix refresh_from_db for ConcurrentTransitionMixin


django-fsm 2.7.1 2020-10-13
~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -428,10 +428,11 @@ Changelog
---------


django-fsm 2.7.1 2020-10-13
django-fsm 2.8.0 2021-11-05
~~~~~~~~~~~~~~~~~~~~~~~~~~

- Fix warnings on Django 3.1+
- Fix get_available_FIELD_transition on django>=3.2
- Fix refresh_from_db for ConcurrentTransitionMixin

.. |Build Status| image:: https://travis-ci.org/viewflow/django-fsm.svg?branch=master
:target: https://travis-ci.org/viewflow/django-fsm
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='django-fsm',
version='2.7.1',
version='2.8.0',
description='Django friendly finite state machine support.',
author='Mikhail Podgurskiy',
author_email='[email protected]',
Expand All @@ -33,7 +33,8 @@
"Framework :: Django :: 2.0",
"Framework :: Django :: 2.1",
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.0",
"Framework :: Django :: 3.1",
"Framework :: Django :: 3.2",
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
Expand All @@ -43,6 +44,8 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Framework :: Django',
'Topic :: Software Development :: Libraries :: Python Modules',
]
Expand Down

0 comments on commit bde9a51

Please sign in to comment.