summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--RELEASE.md5
-rw-r--r--pyproject.toml2
3 files changed, 8 insertions, 6 deletions
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 <authors@getpelican.com>"]
readme = "README.rst"