Skip to content

Commit b4f39ff

Browse files
committed
Merge branch 'release-1.3' into develop
2 parents ef4e401 + bf1c239 commit b4f39ff

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ChangeLog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ ChangeLog
66
master (unreleased)
77
-------------------
88

9+
Up-to-date with 1.3
10+
11+
12+
.. _v1.3:
13+
14+
1.3 (23/08/2017)
15+
----------------
16+
917
*New:*
1018

1119
- Drop support for unsupported Django versions: 1.4, 1.5, 1.6 and 1.7 series.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def listify(filename):
77

88
setup(
99
name="django-dirtyfields",
10-
version="1.2.1",
10+
version="1.3",
1111
url='http://github.com/romgar/django-dirtyfields',
1212
license='BSD',
1313
description=("Tracking dirty fields on a Django model instance "

0 commit comments

Comments
 (0)