Skip to content

Commit

Permalink
bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinkler committed Mar 26, 2017
1 parent f957c0f commit 9fffd4a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.3 (2017-03-26)
------------------

* Updated for Django 1.11

1.0.2 (2016-09-26)
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ Releasing

- add a new version description in ``CHANGES.rst``
- change a version in ``__init__.py``
- ``docker-compose run --rm app release``
- add a github release
- ``docker-compose run --rm app release``
2 changes: 1 addition & 1 deletion radiogrid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .fields import RadioGridFormField
from .db import RadioGridField

__version__ = '1.0.2'
__version__ = '1.0.3'

0 comments on commit 9fffd4a

Please sign in to comment.