mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Back to development: 1.1
This commit is contained in:
parent
6f5297660e
commit
9dd6a6d18f
2 changed files with 7 additions and 1 deletions
|
@ -3,6 +3,12 @@ Changelog
|
||||||
|
|
||||||
This document describes changes between each past release.
|
This document describes changes between each past release.
|
||||||
|
|
||||||
|
1.1 (unreleased)
|
||||||
|
----------------
|
||||||
|
|
||||||
|
- Nothing changed yet.
|
||||||
|
|
||||||
|
|
||||||
1.0 (2017-06-20)
|
1.0 (2017-06-20)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -41,7 +41,7 @@ ENTRY_POINTS = {
|
||||||
|
|
||||||
|
|
||||||
setup(name='ihatemoney',
|
setup(name='ihatemoney',
|
||||||
version='1.0',
|
version='1.1.dev0',
|
||||||
description='A simple shared budget manager web application.',
|
description='A simple shared budget manager web application.',
|
||||||
long_description="{}\n\n{}".format(README, CHANGELOG),
|
long_description="{}\n\n{}".format(README, CHANGELOG),
|
||||||
license='Custom BSD Beerware',
|
license='Custom BSD Beerware',
|
||||||
|
|
Loading…
Reference in a new issue