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 c071b50 commit ee75f62Copy full SHA for ee75f62
HISTORY.rst
@@ -3,7 +3,7 @@
3
History
4
-------
5
6
-1.0.5 (unreleased)
+1.0.5 (2019-04-23)
7
++++++++++++++++++
8
9
- Run tests for Django 2.2 and Python 3.5, 3.6 and 3.7
django_readonly_field/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = '1.0.5dev0'
+__version__ = "1.0.5"
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.5dev0'
+version = '1.0.5'
12
13
if sys.argv[-1] == 'publish':
14
try:
0 commit comments