Skip to content

Commit

Permalink
Merge pull request #60 from ticosax/v1.5.0
Browse files Browse the repository at this point in the history
release 1.5.0
  • Loading branch information
ticosax authored Nov 29, 2017
2 parents 6dc1c48 + 6452f0e commit 0677851
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,16 @@ by enabling a cached backend. See [Advanced Usage](#advanced-usage)

## Changelog

- `1.5.0` 2017/11/29

- cleanup deprecated code.
- add codecov support.
- switch to pytest.
- add Admin integration to visualize past transitions.

- `1.4.0` 2017/11/09

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

### Compatability

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='django-fsm-log',
version='1.5.0dev',
version='1.5.0',
description='Logging for django-fsm',
author='Gizmag',
author_email='tech@gizmag.com',
Expand Down

0 comments on commit 0677851

Please sign in to comment.