Skip to content

Commit

Permalink
Bum to version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
twidi committed May 5, 2015
1 parent b824e03 commit 669e81e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

Release *v1.0.4* - ``2015-05-05``
---------------------------------
* explicitly raise ``ValueError`` when using ``None`` for constant, value or display name.

Release *v1.0.3* - ``2015-05-05``
---------------------------------
* make it work again with Django ``ugettext_lazy``
Expand Down
2 changes: 1 addition & 1 deletion extended_choices/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
__author__ = 'Stephane "Twidi" Ange;'
__contact__ = "[email protected]"
__homepage__ = "https://pypi.python.org/pypi/django-extended-choices"
__version__ = "1.0.3"
__version__ = "1.0.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def read_relative_file(filename):

setup(
name="django-extended-choices",
version="1.0.3",
version="1.0.4",
license="BSD",
description="Little helper application to improve django choices"
"(for fields)",
Expand Down

0 comments on commit 669e81e

Please sign in to comment.