Skip to content

Commit ee75f62

Browse files
author
Joachim Jablon
committed
Release 1.0.5
1 parent c071b50 commit ee75f62

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
History
44
-------
55

6-
1.0.5 (unreleased)
6+
1.0.5 (2019-04-23)
77
++++++++++++++++++
88

99
- Run tests for Django 2.2 and Python 3.5, 3.6 and 3.7

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__ = '1.0.5dev0'
1+
__version__ = "1.0.5"
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 = '1.0.5dev0'
11+
version = '1.0.5'
1212

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

0 commit comments

Comments
 (0)