diff --git a/ChangeLog.rst b/ChangeLog.rst index bf00ee4..8b75213 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -6,6 +6,11 @@ ChangeLog master ------ +No changes yet + +1.5.0 (15/01/2021) +------------------ + *New:* - Drop support of Python 2.7 - Drop support of Python 3.5 diff --git a/setup.py b/setup.py index 93fa7de..df9598b 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def listify(filename): setup( name="django-dirtyfields", - version="1.4.1", + version="1.5.0", url='https://github.com/romgar/django-dirtyfields', project_urls={ "Documentation": "https://django-dirtyfields.readthedocs.org/en/develop/",