mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-30 18:22:38 +02:00
Back to development: 4.1.5
This commit is contained in:
parent
86d6fc7d4a
commit
5cb6d88468
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.5 (unreleased)
|
||||||
|
==================
|
||||||
|
|
||||||
|
- Nothing changed yet.
|
||||||
|
|
||||||
|
|
||||||
4.1.4 (2020-06-07)
|
4.1.4 (2020-06-07)
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -33,7 +33,7 @@ ENTRY_POINTS = {
|
||||||
|
|
||||||
|
|
||||||
setup(name='ihatemoney',
|
setup(name='ihatemoney',
|
||||||
version='4.1.4',
|
version='4.1.5.dev0',
|
||||||
description='A simple shared budget manager web application.',
|
description='A simple shared budget manager web application.',
|
||||||
long_description=description,
|
long_description=description,
|
||||||
license='Custom BSD Beerware',
|
license='Custom BSD Beerware',
|
||||||
|
|
Loading…
Reference in a new issue