mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 01:42:37 +02:00
Prepare 4.1.1
This commit is contained in:
parent
bef973d85e
commit
aeb6b102a9
2 changed files with 15 additions and 1 deletions
|
@ -3,6 +3,19 @@ Changelog
|
||||||
|
|
||||||
This document describes changes between each past release.
|
This document describes changes between each past release.
|
||||||
|
|
||||||
|
4.1.1 (XXX)
|
||||||
|
-----------
|
||||||
|
|
||||||
|
Fixed
|
||||||
|
=====
|
||||||
|
|
||||||
|
- Fix packaging. Previous (4.1) release wasn't pip-installable on all systems.
|
||||||
|
|
||||||
|
Changed
|
||||||
|
=======
|
||||||
|
|
||||||
|
- Display password reminder message on a new page rather than on a flash message (#455, #469)
|
||||||
|
|
||||||
4.1 (2019-09-08)
|
4.1 (2019-09-08)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
alembic==1.1.0
|
alembic==1.1.0
|
||||||
aniso8601==7.0.0
|
aniso8601==8.0.0
|
||||||
Babel==2.7.0
|
Babel==2.7.0
|
||||||
blinker==1.4
|
blinker==1.4
|
||||||
Click==7.0
|
Click==7.0
|
||||||
|
@ -19,6 +19,7 @@ itsdangerous==1.1.0
|
||||||
Jinja2==2.10.1
|
Jinja2==2.10.1
|
||||||
Mako==1.1.0
|
Mako==1.1.0
|
||||||
MarkupSafe==1.1.1
|
MarkupSafe==1.1.1
|
||||||
|
pkg-resources==0.0.0
|
||||||
python-dateutil==2.8.0
|
python-dateutil==2.8.0
|
||||||
pytz==2019.2
|
pytz==2019.2
|
||||||
six==1.12.0
|
six==1.12.0
|
||||||
|
|
Loading…
Reference in a new issue