aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis M <alexis@notmyidea.org>2019-09-18 21:33:12 +0200
committerAlexis M <alexis@notmyidea.org>2019-09-18 21:33:12 +0200
commitb5d9855bf7a1d00c558cb1b9cc3a3af2b034da6b (patch)
treeed35073cec1b1bd3a026f68c8196ba14211fcbfc
parent8f973ba1de8daa840105ff838f556f68a80f5015 (diff)
downloadihatemoney-mirror-b5d9855bf7a1d00c558cb1b9cc3a3af2b034da6b.zip
ihatemoney-mirror-b5d9855bf7a1d00c558cb1b9cc3a3af2b034da6b.tar.gz
ihatemoney-mirror-b5d9855bf7a1d00c558cb1b9cc3a3af2b034da6b.tar.bz2
Back to development: 4.2
-rw-r--r--CHANGELOG.rst6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index ab2e193..5915475 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -3,6 +3,12 @@ Changelog
This document describes changes between each past release.
+4.2 (unreleased)
+----------------
+
+- Nothing changed yet.
+
+
4.1.1 (2019-09-18)
------------------
diff --git a/setup.py b/setup.py
index fc3aa98..38acbbd 100644
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ ENTRY_POINTS = {
setup(name='ihatemoney',
- version='4.1.1',
+ version='4.2.dev0',
description='A simple shared budget manager web application.',
long_description=description,
license='Custom BSD Beerware',