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 e328cd0 commit 7a5fa09Copy full SHA for 7a5fa09
HISTORY.rst
@@ -3,6 +3,12 @@
3
History
4
-------
5
6
+0.2.0 (2016-09-14)
7
+++++++++++++++++++
8
+
9
+* Rationalized the writing of readonly (vs read-only)
10
+* Defined default app config
11
12
0.1.1 (2016-09-13)
13
++++++++++++++++++
14
django_readonly_field/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = '0.1.1'
+__version__ = '0.2.0'
2
default_app_config = "django_readonly_field.apps.Readonly"
setup.py
@@ -8,7 +8,7 @@
except ImportError:
from distutils.core import setup
-version = '0.1.1'
+version = '0.2.0'
if sys.argv[-1] == 'publish':
try:
0 commit comments