Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Jablon committed Dec 17, 2018
1 parent be4aa84 commit e55e9cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
History
-------

1.0.4 (unreleased)
1.0.4 (2018-12-17)
++++++++++++++++++

- Drop support of Python 3.4
Expand Down
2 changes: 1 addition & 1 deletion django_readonly_field/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '1.0.1'
__version__ = '1.0.4'

default_app_config = "django_readonly_field.apps.Readonly"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
except ImportError:
from distutils.core import setup

version = '1.0.4.dev0'
version = '1.0.4'

if sys.argv[-1] == 'publish':
try:
Expand Down

0 comments on commit e55e9cd

Please sign in to comment.