From 770f3a19096500ecd09498ba6585f7b16d2290eb Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 1 Oct 2022 16:26:06 +0000 Subject: [PATCH] 0.5.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ devind_helpers/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfd6f42..cfedb10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.5.0 (2022-10-01) +### Feature +* Обновление версии semantic release ([`2fda58d`](https://github.com/devind-team/devind-django-helpers/commit/2fda58dd02386ce69f3431e6bae5cfabd10be202)) + ## v0.4.0 (2022-04-22) ### Feature * Add gid2int ([`ba4696c`](https://github.com/devind-team/devind-django-helpers/commit/ba4696c4755495f4fec25368f702e91bc7c8804b)) diff --git a/devind_helpers/__init__.py b/devind_helpers/__init__.py index ce9ea4e..3ea17dc 100644 --- a/devind_helpers/__init__.py +++ b/devind_helpers/__init__.py @@ -1,3 +1,3 @@ """Auxiliary module in django apps.""" -__version__ = '0.4.0' +__version__ = '0.5.0' diff --git a/pyproject.toml b/pyproject.toml index ba473c1..7d473c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "devind_helpers" -version = "0.4.0" +version = "0.5.0" description = "Devind helpers." authors = ["Victor "] license = "MIT"