From 0628ddaf4b6398d958827e3ca5803bd3a7ffb550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Sun, 21 Aug 2022 11:10:16 -0700 Subject: [PATCH] Release 1.3.0 (#42) --- docs/news.rst | 8 ++++++++ docs/news/18.feature.rst | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) delete mode 100644 docs/news/18.feature.rst diff --git a/docs/news.rst b/docs/news.rst index 8b85cd1..7904719 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -5,6 +5,14 @@ Release History .. towncrier release notes start +v1.3.0 (2022-08-21) +------------------- + +Features - 1.3.0 +~~~~~~~~~~~~~~~~ +- Ensure Python 3.11 support - by :user:`gaborbernat`. (:issue:`18`) + + v1.2.0 (2022-05-26) ------------------- diff --git a/docs/news/18.feature.rst b/docs/news/18.feature.rst deleted file mode 100644 index 3050e70..0000000 --- a/docs/news/18.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Ensure Python 3.11 support - by :user:`gaborbernat`.