mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 09:52:36 +02:00
Back to development: 4.1
This commit is contained in:
parent
c31622b553
commit
5e51808b00
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.
|
||||||
|
|
||||||
|
4.1 (unreleased)
|
||||||
|
----------------
|
||||||
|
|
||||||
|
- Nothing changed yet.
|
||||||
|
|
||||||
|
|
||||||
4.0 (2019-01-24)
|
4.0 (2019-01-24)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -34,7 +34,7 @@ ENTRY_POINTS = {
|
||||||
|
|
||||||
|
|
||||||
setup(name='ihatemoney',
|
setup(name='ihatemoney',
|
||||||
version='4.0',
|
version='4.1.dev0',
|
||||||
description='A simple shared budget manager web application.',
|
description='A simple shared budget manager web application.',
|
||||||
long_description="{}\n\n{}".format(README.encode('utf-8'), CHANGELOG.encode('utf-8')),
|
long_description="{}\n\n{}".format(README.encode('utf-8'), CHANGELOG.encode('utf-8')),
|
||||||
license='Custom BSD Beerware',
|
license='Custom BSD Beerware',
|
||||||
|
|
Loading…
Reference in a new issue