Skip to content

Commit 7a4cbf9

Browse files
committed
Bump version
1 parent 7fe4e51 commit 7a4cbf9

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
django-fsm 2.8.1 2022-08-15
5+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
6+
7+
- Improve fix for get_available_FIELD_transition
8+
9+
410
django-fsm 2.8.0 2021-11-05
511
~~~~~~~~~~~~~~~~~~~~~~~~~~
612

README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -428,11 +428,10 @@ Changelog
428428
---------
429429

430430

431-
django-fsm 2.8.0 2021-11-05
432-
~~~~~~~~~~~~~~~~~~~~~~~~~~
431+
django-fsm 2.8.1 2022-08-15
432+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
433433

434-
- Fix get_available_FIELD_transition on django>=3.2
435-
- Fix refresh_from_db for ConcurrentTransitionMixin
434+
- Improve fix for get_available_FIELD_transition
436435

437436
.. |Build Status| image:: https://travis-ci.org/viewflow/django-fsm.svg?branch=master
438437
:target: https://travis-ci.org/viewflow/django-fsm

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='django-fsm',
10-
version='2.8.0',
10+
version='2.8.1',
1111
description='Django friendly finite state machine support.',
1212
author='Mikhail Podgurskiy',
1313
author_email='[email protected]',

tox.ini

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ envlist =
66
py{34,35,36}-dj{18,19,110,111}
77
py{36,37}-dj{20,21}
88
py{37,38,39}-dj{22,30,31,32}
9-
py{38,39,310}-dj{40}
9+
py{38,39,310}-dj{40,41}
1010
skipsdist = True
1111

1212
[testenv]
@@ -60,14 +60,17 @@ deps =
6060
dj32: coverage==6.1.1
6161
dj32: django-guardian==2.4.0
6262

63-
dj40: Django==4.0b1
64-
dj40: coverage==6.1.1
63+
dj40: Django==4.0.7
64+
dj40: coverage==6.4.2
6565
dj40: django-guardian==2.4.0
6666

67+
dj41: Django==4.1
68+
dj41: coverage==6.4.3
69+
dj41: django-guardian==2.4.0
70+
6771
graphviz==0.7.1
6872
pep8==1.7.1
6973
pyflakes==1.6.0
70-
ipdb==0.10.3
7174
commands = {posargs:python ./tests/manage.py test}
7275

7376

0 commit comments

Comments
 (0)