Skip to content

Commit

Permalink
Update verison and release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Smith committed Nov 29, 2016
1 parent 8e28b75 commit 49d7174
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ constantmodel release notes
=====
* Refactoring.
* Bug fixes.

0.1.6
=====
* Fix bug in django field. Make .get_FIELD_display() work properly.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

__version__ = "0.1.5"
__version__ = "0.1.6"


def file_read(filename):
Expand Down

0 comments on commit 49d7174

Please sign in to comment.