From 6c42503423c8cf1836a8f411e11ca063a37a78bf Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sat, 5 Feb 2022 10:56:53 +0000 Subject: [PATCH] Generate Changelog for version 1.1.2 --- 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 8be19a8..36bee51 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.2 (2022-02-05) +================== + +Bug Fixes +--------- + +- Set lower required python to `3.5.2` and avoid issues with `flake8-typing-imports`. (`#10 `_) + + 1.1.1 (2022-02-05) ================== diff --git a/changelog/10.bugfix.rst b/changelog/10.bugfix.rst deleted file mode 100644 index 2bc0351..0000000 --- a/changelog/10.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Set lower required python to `3.5.2` and avoid issues with `flake8-typing-imports`.