aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJocelyn Delalande <jocelyn@crapouillou.net>2018-02-16 23:18:12 +0100
committerJocelyn Delalande <jocelyn@crapouillou.net>2018-02-16 23:18:12 +0100
commitd3d1ddfa9164a43695fc921d22c348e25256db66 (patch)
tree6c4b2d4fb1d0f8b9b06f2f1e7d1079b6a46ab0a8
parent131fe8a8b4c6aeafc35f455b60f208d6e0268812 (diff)
downloadihatemoney-mirror-d3d1ddfa9164a43695fc921d22c348e25256db66.zip
ihatemoney-mirror-d3d1ddfa9164a43695fc921d22c348e25256db66.tar.gz
ihatemoney-mirror-d3d1ddfa9164a43695fc921d22c348e25256db66.tar.bz2
Preparing release 2.1
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6531286..b623978 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ ENTRY_POINTS = {
setup(name='ihatemoney',
- version='2.1.dev0',
+ version='2.1',
description='A simple shared budget manager web application.',
long_description="{}\n\n{}".format(README.encode('utf-8'), CHANGELOG.encode('utf-8')),
license='Custom BSD Beerware',