diff options
| author | Alexis M <alexis@notmyidea.org> | 2019-09-18 21:31:58 +0200 |
|---|---|---|
| committer | Alexis M <alexis@notmyidea.org> | 2019-09-18 21:31:58 +0200 |
| commit | aeb6b102a97fe2693a4489756e018a99a65bc5af (patch) | |
| tree | 09ac89d59fc59972448a9f72184b61c9898db6c5 | |
| parent | bef973d85e3a81979a003a9bac8d17043af7a82d (diff) | |
| download | ihatemoney-mirror-aeb6b102a97fe2693a4489756e018a99a65bc5af.zip ihatemoney-mirror-aeb6b102a97fe2693a4489756e018a99a65bc5af.tar.gz ihatemoney-mirror-aeb6b102a97fe2693a4489756e018a99a65bc5af.tar.bz2 | |
Prepare 4.1.1
| -rw-r--r-- | CHANGELOG.rst | 13 | ||||
| -rw-r--r-- | requirements.txt | 3 |
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cc518fe..8a1f7ca 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,19 @@ Changelog 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) ---------------- diff --git a/requirements.txt b/requirements.txt index b78fe26..06671d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ alembic==1.1.0 -aniso8601==7.0.0 +aniso8601==8.0.0 Babel==2.7.0 blinker==1.4 Click==7.0 @@ -19,6 +19,7 @@ itsdangerous==1.1.0 Jinja2==2.10.1 Mako==1.1.0 MarkupSafe==1.1.1 +pkg-resources==0.0.0 python-dateutil==2.8.0 pytz==2019.2 six==1.12.0 |
