From 1dd652e8e948a972f288991725d90cce173e956b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 15 Dec 2021 09:40:50 +0100 Subject: [PATCH] Version 1.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- docs/release_notes.rst | 22 ++++++++++++++++++++++ news/PR827.feature | 1 - news/PR828.dependency | 1 - news/PR828.dev | 1 - pyproject.toml | 2 +- 5 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 news/PR827.feature delete mode 100644 news/PR828.dependency delete mode 100644 news/PR828.dev diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 8bb33d0a8..a8d9d8d84 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -4,6 +4,28 @@ Release notes .. towncrier release notes start +v1.5.0 +====== + +Released on 2021-12-15. + +Dependency Changes +^^^^^^^^^^^^^^^^^^ + +* Update to Flask 2.0, and update other dependencies (:pr:`828`). + +Features +^^^^^^^^ + +* Allow the configuration of a regexp to validate usernames, and limit its + length (:pr:`827`). + +Development Improvements +^^^^^^^^^^^^^^^^^^^^^^^^ + +* Use Github Actions for CI (:pr:`828`). + + v1.4.0 ====== diff --git a/news/PR827.feature b/news/PR827.feature deleted file mode 100644 index 091577675..000000000 --- a/news/PR827.feature +++ /dev/null @@ -1 +0,0 @@ -Allow the configuration of a regexp to validate usernames, and limit its length diff --git a/news/PR828.dependency b/news/PR828.dependency deleted file mode 100644 index 65fe64103..000000000 --- a/news/PR828.dependency +++ /dev/null @@ -1 +0,0 @@ -Update to Flask 2.0, and update other dependencies diff --git a/news/PR828.dev b/news/PR828.dev deleted file mode 100644 index 7fcd4d1f7..000000000 --- a/news/PR828.dev +++ /dev/null @@ -1 +0,0 @@ -Use Github Actions for CI diff --git a/pyproject.toml b/pyproject.toml index be913583d..6a06aa750 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noggin-aaa" -version = "1.4.0" +version = "1.5.0" description = "Noggin is a self-service portal for FreeIPA. The primary purpose of the portal is to allow users to sign up and manage their account information and group membership." license = "MIT"