From 84b5d1fe18534b514ce7a9d5bcd73830ff6f5c9a Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sat, 5 Feb 2022 09:03:06 +0000 Subject: [PATCH] Generate Changelog for version 1.1.1 --- CHANGELOG.rst | 9 +++++++++ changelog/10.bugfix.rst | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 changelog/10.bugfix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b1c2a7b..8be19a8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,6 +13,15 @@ Backward incompatible (breaking) changes will only be introduced in major versio .. towncrier release notes start +1.1.1 (2022-02-05) +================== + +Bug Fixes +--------- + +- Allow installing on older minior versions of Py3.5. Looking at you Debian. (`#10 `_) + + 1.1.0 (2022-01-26) ================== diff --git a/changelog/10.bugfix.rst b/changelog/10.bugfix.rst deleted file mode 100644 index 3b7e180..0000000 --- a/changelog/10.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Allow installing on older minior versions of Py3.5. Looking at you Debian.