Skip to content

Commit 0677851

Browse files
authored
Merge pull request #60 from ticosax/v1.5.0
release 1.5.0
2 parents 6dc1c48 + 6452f0e commit 0677851

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,16 @@ by enabling a cached backend. See [Advanced Usage](#advanced-usage)
1313

1414
## Changelog
1515

16+
- `1.5.0` 2017/11/29
17+
18+
- cleanup deprecated code.
19+
- add codecov support.
20+
- switch to pytest.
21+
- add Admin integration to visualize past transitions.
22+
1623
- `1.4.0` 2017/11/09
1724

18-
Bring compatiblity with django 2.0 and drop support of unsupported versions
19-
of Django: `1.6`, `1.7`, `1.9`.
25+
- Bring compatibility with django 2.0 and drop support of unsupported versions of Django: `1.6`, `1.7`, `1.9`.
2026

2127
### Compatability
2228

setup.py

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

55
setup(
66
name='django-fsm-log',
7-
version='1.5.0dev',
7+
version='1.5.0',
88
description='Logging for django-fsm',
99
author='Gizmag',
1010
author_email='[email protected]',

0 commit comments

Comments
 (0)