mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Preparing release 3.0
This commit is contained in:
parent
1faf40ae8f
commit
1c8fde40c2
2 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@ Changelog
|
||||||
|
|
||||||
This document describes changes between each past release.
|
This document describes changes between each past release.
|
||||||
|
|
||||||
2.1.1 (unreleased)
|
3.0 (2018-11-25)
|
||||||
------------------
|
----------------
|
||||||
|
|
||||||
Fixed
|
Fixed
|
||||||
=====
|
=====
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -34,7 +34,7 @@ ENTRY_POINTS = {
|
||||||
|
|
||||||
|
|
||||||
setup(name='ihatemoney',
|
setup(name='ihatemoney',
|
||||||
version='2.1.1.dev0',
|
version='3.0',
|
||||||
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