diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e0b33405..2d82234f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,7 @@ Changelog This document describes changes between each past release. -4.1.4 (unreleased) +4.1.4 (2020-06-07) ================== This is a bugfix-only release. It is almost certainly the last release to support Python 2: diff --git a/setup.py b/setup.py index 4009608e..20c4fdd7 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ ENTRY_POINTS = { setup(name='ihatemoney', - version='4.1.3', + version='4.1.4', description='A simple shared budget manager web application.', long_description=description, license='Custom BSD Beerware',