aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis M <alexis@notmyidea.org>2019-09-18 21:32:14 +0200
committerAlexis M <alexis@notmyidea.org>2019-09-18 21:32:14 +0200
commit8f973ba1de8daa840105ff838f556f68a80f5015 (patch)
tree81682bb0a8d867092d6c799d6a271cd0317ca6a6
parentaeb6b102a97fe2693a4489756e018a99a65bc5af (diff)
downloadihatemoney-mirror-8f973ba1de8daa840105ff838f556f68a80f5015.zip
ihatemoney-mirror-8f973ba1de8daa840105ff838f556f68a80f5015.tar.gz
ihatemoney-mirror-8f973ba1de8daa840105ff838f556f68a80f5015.tar.bz2
Preparing release 4.1.1
-rw-r--r--CHANGELOG.rst4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 8a1f7ca..ab2e193 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -3,8 +3,8 @@ Changelog
This document describes changes between each past release.
-4.1.1 (XXX)
------------
+4.1.1 (2019-09-18)
+------------------
Fixed
=====
diff --git a/setup.py b/setup.py
index 63596c4..fc3aa98 100644
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ ENTRY_POINTS = {
setup(name='ihatemoney',
- version='4.1',
+ version='4.1.1',
description='A simple shared budget manager web application.',
long_description=description,
license='Custom BSD Beerware',