Skip to content

Commit

Permalink
Preparing release 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Métaireau committed Jan 24, 2019
1 parent a4d6139 commit c31622b
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changelog

This document describes changes between each past release.

4.0 (unreleased)
4.0 (2019-01-24)
----------------

Added
Expand Down
71 changes: 57 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,57 @@
flask>=0.11
flask-wtf>=0.14
flask-sqlalchemy>=2.2,<3.0
flask-mail>=0.8
Flask-Migrate>=1.8.0
Flask-script
flask-babel
flask-restful>=0.3.6
jinja2>=2.6
blinker
flask-cors
six>=1.10
itsdangerous>=0.24
email_validator>=1.0
alembic==1.0.5
aniso8601==4.0.1
atomicwrites==1.2.1
attrs==18.2.0
Babel==2.6.0
bleach==3.0.2
blinker==1.4
certifi==2018.11.29
chardet==3.0.4
Click==7.0
colorama==0.4.1
dnspython==1.16.0
docutils==0.14
email-validator==1.0.3
filelock==3.0.10
flake8==3.6.0
Flask==1.0.2
Flask-Babel==0.12.2
Flask-Cors==3.0.7
Flask-Mail==0.9.1
Flask-Migrate==2.3.1
Flask-RESTful==0.3.7
Flask-Script==2.0.6
Flask-SQLAlchemy==2.3.2
Flask-Testing==0.7.1
Flask-WTF==0.14.2
idna==2.8
itsdangerous==1.1.0
Jinja2==2.10
Mako==1.0.7
MarkupSafe==1.1.0
mccabe==0.6.1
more-itertools==4.3.0
pkginfo==1.4.2
pluggy==0.8.0
py==1.7.0
pycodestyle==2.4.0
pyflakes==2.0.0
Pygments==2.3.1
pytest==4.0.2
python-dateutil==2.7.5
pytz==2018.7
readme-renderer==24.0
requests==2.21.0
requests-toolbelt==0.8.0
six==1.12.0
SQLAlchemy==1.2.15
toml==0.10.0
tox==3.6.1
tqdm==4.28.1
twine==1.12.1
urllib3==1.24.1
virtualenv==16.1.0
webencodings==0.5.1
Werkzeug==0.14.1
WTForms==2.2.1
zest.releaser==6.15.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def parse_requirements(filename):


setup(name='ihatemoney',
version='3.1.dev0',
version='4.0',
description='A simple shared budget manager web application.',
long_description="{}\n\n{}".format(README.encode('utf-8'), CHANGELOG.encode('utf-8')),
license='Custom BSD Beerware',
Expand Down

0 comments on commit c31622b

Please sign in to comment.