mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 01:42:37 +02:00
Preparing release 4.1
This commit is contained in:
parent
1c0927b235
commit
fc7df8bdce
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ Changelog
|
||||||
|
|
||||||
This document describes changes between each past release.
|
This document describes changes between each past release.
|
||||||
|
|
||||||
4.1 (unreleased)
|
4.1 (2019-09-08)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
- Documentation has been cleaned and reorganised.
|
- Documentation has been cleaned and reorganised.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -34,7 +34,7 @@ ENTRY_POINTS = {
|
||||||
|
|
||||||
|
|
||||||
setup(name='ihatemoney',
|
setup(name='ihatemoney',
|
||||||
version='4.1.dev0',
|
version='4.1',
|
||||||
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