diff options
| -rw-r--r-- | CHANGELOG.rst | 19 | ||||
| -rw-r--r-- | requirements.txt | 3 | ||||
| -rw-r--r-- | setup.py | 2 |
3 files changed, 22 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cc518fe..5915475 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,25 @@ Changelog This document describes changes between each past release. +4.2 (unreleased) +---------------- + +- Nothing changed yet. + + +4.1.1 (2019-09-18) +------------------ + +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 @@ -33,7 +33,7 @@ ENTRY_POINTS = { setup(name='ihatemoney', - version='4.1', + version='4.2.dev0', description='A simple shared budget manager web application.', long_description=description, license='Custom BSD Beerware', |
