Skip to content

Commit c8b4a56

Browse files
committed
Updates ChangeLog and setup.py files for 1.4.1 release
1 parent 38f0c02 commit c8b4a56

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,13 @@ ChangeLog
66
master
77
------
88

9+
No changes yet
10+
11+
.. _v1.4.1:
12+
13+
1.4.1 (28/11/2020)
14+
------------------
15+
916
*Bugfix:*
1017
- Fixes an issue when :code:`refresh_from_db` was called with the :code:`fields` argument, the dirty state for all
1118
fields would be reset, even though only the fields specified are reloaded from the database. Now only the reloaded
@@ -38,6 +45,7 @@ master
3845
------------------
3946

4047
*New:*
48+
4149
- Updates python classifier in setup file (#116). Thanks amureki.
4250
- Adds PEP8 validation in travisCI run (#123). Thanks hsmett.
4351

setup.py

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

1313
setup(
1414
name="django-dirtyfields",
15-
version="1.4",
15+
version="1.4.1",
1616
url='http://github.com/romgar/django-dirtyfields',
1717
license='BSD',
1818
description=("Tracking dirty fields on a Django model instance "

0 commit comments

Comments
 (0)