Skip to content

Commit 7a5fa09

Browse files
author
Joachim Jablon
committed
Release 0.2.0
1 parent e328cd0 commit 7a5fa09

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
-------
55

6+
0.2.0 (2016-09-14)
7+
++++++++++++++++++
8+
9+
* Rationalized the writing of readonly (vs read-only)
10+
* Defined default app config
11+
612
0.1.1 (2016-09-13)
713
++++++++++++++++++
814

django_readonly_field/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.1.1'
1+
__version__ = '0.2.0'
22

33
default_app_config = "django_readonly_field.apps.Readonly"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
except ImportError:
99
from distutils.core import setup
1010

11-
version = '0.1.1'
11+
version = '0.2.0'
1212

1313
if sys.argv[-1] == 'publish':
1414
try:

0 commit comments

Comments
 (0)