Preparing release 0.9

This commit is contained in:
Jocelyn Delalande 2017-04-04 16:04:11 +02:00
parent 49615acb1d
commit 788c16c497
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ Changelog
This document describes changes between each past release.
1.0.0 (2017-03-21)
------------------
0.9 (2017-04-04)
----------------
- First release of the project.

View file

@ -41,7 +41,7 @@ ENTRY_POINTS = {
setup(name='ihatemoney',
version='1.0.0',
version='0.9',
description='A simple shared budget manager web application.',
long_description="{}\n\n{}".format(README, CHANGELOG),
license='Custom BSD Beerware',