From bdeac7c633970344649592dc5598e008bfe4c5d4 Mon Sep 17 00:00:00 2001 From: Stanislav Khlud Date: Thu, 9 Nov 2023 13:18:38 +0700 Subject: [PATCH] Bump version to 0.9.0 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bffeeec..9d441a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ We follow [Semantic Versions](https://semver.org/). ## unreleased +## 0.9.0 + - Add `django.startapp` invocation. - Confirm support for python 3.12. - Add `secrets` invocations diff --git a/pyproject.toml b/pyproject.toml index 4ab1314..68286fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "saritasa-invocations" -version = "0.8.3" +version = "0.9.0" description = "Collection of invoke commands used by Saritasa" authors = [ "Saritasa ",