We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4aa84 commit e55e9cdCopy full SHA for e55e9cd
HISTORY.rst
@@ -3,7 +3,7 @@
3
History
4
-------
5
6
-1.0.4 (unreleased)
+1.0.4 (2018-12-17)
7
++++++++++++++++++
8
9
- Drop support of Python 3.4
django_readonly_field/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = '1.0.1'
+__version__ = '1.0.4'
2
default_app_config = "django_readonly_field.apps.Readonly"
setup.py
@@ -8,7 +8,7 @@
except ImportError:
from distutils.core import setup
10
11
-version = '1.0.4.dev0'
+version = '1.0.4'
12
13
if sys.argv[-1] == 'publish':
14
try:
0 commit comments