From 86d6fc7d4aefa1529ddf9af899cfdd862d6a7206 Mon Sep 17 00:00:00 2001 From: Adrien CLERC Date: Sun, 7 Jun 2020 22:39:22 +0200 Subject: [PATCH] Preparing release 4.1.4 --- CHANGELOG.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',