File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Changelog
33
44This document describes changes between each past release.
55
6- 4.0 (unreleased )
6+ 4.0 (2019-01-24 )
77----------------
88
99Added
Original file line number Diff line number Diff line change 1- flask >= 0.11
2- flask-wtf >= 0.14
3- flask-sqlalchemy >= 2.2 ,< 3.0
4- flask-mail >= 0.8
5- Flask-Migrate >= 1.8.0
6- Flask-script
7- flask-babel
8- flask-restful >= 0.3.6
9- jinja2 >= 2.6
10- blinker
11- flask-cors
12- six >= 1.10
13- itsdangerous >= 0.24
14- email_validator >= 1.0
1+ alembic == 1.0.5
2+ aniso8601 == 4.0.1
3+ atomicwrites == 1.2.1
4+ attrs == 18.2.0
5+ Babel == 2.6.0
6+ bleach == 3.0.2
7+ blinker == 1.4
8+ certifi == 2018.11.29
9+ chardet == 3.0.4
10+ Click == 7.0
11+ colorama == 0.4.1
12+ dnspython == 1.16.0
13+ docutils == 0.14
14+ email-validator == 1.0.3
15+ filelock == 3.0.10
16+ flake8 == 3.6.0
17+ Flask == 1.0.2
18+ Flask-Babel == 0.12.2
19+ Flask-Cors == 3.0.7
20+ Flask-Mail == 0.9.1
21+ Flask-Migrate == 2.3.1
22+ Flask-RESTful == 0.3.7
23+ Flask-Script == 2.0.6
24+ Flask-SQLAlchemy == 2.3.2
25+ Flask-Testing == 0.7.1
26+ Flask-WTF == 0.14.2
27+ idna == 2.8
28+ itsdangerous == 1.1.0
29+ Jinja2 == 2.10
30+ Mako == 1.0.7
31+ MarkupSafe == 1.1.0
32+ mccabe == 0.6.1
33+ more-itertools == 4.3.0
34+ pkginfo == 1.4.2
35+ pluggy == 0.8.0
36+ py == 1.7.0
37+ pycodestyle == 2.4.0
38+ pyflakes == 2.0.0
39+ Pygments == 2.3.1
40+ pytest == 4.0.2
41+ python-dateutil == 2.7.5
42+ pytz == 2018.7
43+ readme-renderer == 24.0
44+ requests == 2.21.0
45+ requests-toolbelt == 0.8.0
46+ six == 1.12.0
47+ SQLAlchemy == 1.2.15
48+ toml == 0.10.0
49+ tox == 3.6.1
50+ tqdm == 4.28.1
51+ twine == 1.12.1
52+ urllib3 == 1.24.1
53+ virtualenv == 16.1.0
54+ webencodings == 0.5.1
55+ Werkzeug == 0.14.1
56+ WTForms == 2.2.1
57+ zest.releaser == 6.15.3
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def parse_requirements(filename):
3434
3535
3636setup (name = 'ihatemoney' ,
37- version = '3.1.dev0 ' ,
37+ version = '4.0 ' ,
3838 description = 'A simple shared budget manager web application.' ,
3939 long_description = "{}\n \n {}" .format (README .encode ('utf-8' ), CHANGELOG .encode ('utf-8' )),
4040 license = 'Custom BSD Beerware' ,
You can’t perform that action at this time.
0 commit comments