diff options
| author | Alexis M <alexis@notmyidea.org> | 2019-09-18 22:10:51 +0200 |
|---|---|---|
| committer | Alexis M <alexis@notmyidea.org> | 2019-09-18 22:10:51 +0200 |
| commit | f521b9eb4bc9555cf5760404a108b1a405c2a65b (patch) | |
| tree | 5a1e7ced41703e691681d98a007d38c383c230fc | |
| parent | 1c9745460bff8667e9ac902062d84385b1e860b1 (diff) | |
| download | ihatemoney-mirror-f521b9eb4bc9555cf5760404a108b1a405c2a65b.zip ihatemoney-mirror-f521b9eb4bc9555cf5760404a108b1a405c2a65b.tar.gz ihatemoney-mirror-f521b9eb4bc9555cf5760404a108b1a405c2a65b.tar.bz2 | |
Prepare 4.1.3
| -rw-r--r-- | CHANGELOG.rst | 9 | ||||
| -rw-r--r-- | requirements.txt | 1 |
2 files changed, 2 insertions, 8 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d91c672..ccc407f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,19 +3,14 @@ Changelog This document describes changes between each past release. -4.1.2 (2019-09-18) -================== - -- Fix readme to upload to PyPI. - - -4.1.1 (2019-09-18) +4.1.3 (2019-09-18) ================== Fixed ----- - Fix packaging. Previous (4.1) release wasn't pip-installable on all systems. +- Fix readme and requirements.txt to upload to PyPI. Changed ------- diff --git a/requirements.txt b/requirements.txt index 06671d9..a4c6627 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,6 @@ 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 |
