From 245ae3334a5172aea520e1362fc99c219ba8084a Mon Sep 17 00:00:00 2001 From: botpub <52496925+botpub@users.noreply.github.com> Date: Fri, 14 Apr 2023 10:31:18 +0000 Subject: [PATCH] Release feedgenerator 2.1.0 --- CHANGELOG.md | 7 +++++++ RELEASE.md | 5 ----- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 RELEASE.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 70ea70e..41fec05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ CHANGELOG ========= +2.1.0 - 2023-04-14 +------------------ + +* Modernize and improve tests ([#32](https://github.com/getpelican/feedgenerator/pull/32) & [#34](https://github.com/getpelican/feedgenerator/pull/34) — thanks to @venthur) +* Drop support for Python 3.6 and test on 3.10 & 3.11 ([#35](https://github.com/getpelican/feedgenerator/pull/35) — thanks to @hugovk) +* Exclude `tests_feedgenerator/__pycache__` from distribution ([#33](https://github.com/getpelican/feedgenerator/pull/33) — thanks to @BenSturmfels) + 2.0.0 - 2021-09-28 ------------------ diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 13ec9cc..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,5 +0,0 @@ -Release type: minor - -* Modernize and improve tests ([#32](https://github.com/getpelican/feedgenerator/pull/32) & [#34](https://github.com/getpelican/feedgenerator/pull/34) — thanks to @venthur) -* Drop support for Python 3.6 and test on 3.10 & 3.11 ([#35](https://github.com/getpelican/feedgenerator/pull/35) — thanks to @hugovk) -* Exclude `tests_feedgenerator/__pycache__` from distribution ([#33](https://github.com/getpelican/feedgenerator/pull/33) — thanks to @BenSturmfels) diff --git a/pyproject.toml b/pyproject.toml index ff154bb..35b5c9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "feedgenerator" -version = "2.0.0" +version = "2.1.0" description = "Standalone version of django.utils.feedgenerator" authors = ["Pelican Dev Team "] readme = "README.rst"