We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8657ef + 0d8e59b commit 9b4b62cCopy full SHA for 9b4b62c
README.md
@@ -12,7 +12,9 @@ by enabling a cached backend. See [Advanced Usage](#advanced-usage)
12
13
## Changelog
14
15
-### 2.0.0 (2020-03-26)
+### 2.0.2-dev (unreleased)
16
+
17
+### 2.0.1 (2020-03-26)
18
- Add support for django3.0
19
- Drop support for python2
20
setup.py
@@ -10,7 +10,7 @@ def readfile(filename):
10
11
setup(
name='django-fsm-log',
- version='2.0.1',
+ version='2.0.2-dev',
description='Logging for django-fsm',
long_description=readfile('README.md'),
long_description_content_type='text/markdown',
0 commit comments