From 5c64d46a12802bbe0b70e44aa9d19bf975511b6e Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 22 Apr 2022 17:52:59 +0000 Subject: [PATCH] 0.4.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 6f5cf47..bfd6f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.4.0 (2022-04-22) +### Feature +* Add gid2int ([`ba4696c`](https://github.com/devind-team/devind-django-helpers/commit/ba4696c4755495f4fec25368f702e91bc7c8804b)) + ## v0.3.0 (2022-03-08) ### Feature * Add connection class with totalCount ([`0593433`](https://github.com/devind-team/devind-django-helpers/commit/059343305d717588de68a8a201401c93d2cbd600)) diff --git a/devind_helpers/__init__.py b/devind_helpers/__init__.py index 2a3864a..ce9ea4e 100644 --- a/devind_helpers/__init__.py +++ b/devind_helpers/__init__.py @@ -1,3 +1,3 @@ """Auxiliary module in django apps.""" -__version__ = '0.3.0' +__version__ = '0.4.0' diff --git a/pyproject.toml b/pyproject.toml index 9c481a4..ba473c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "devind_helpers" -version = "0.3.0" +version = "0.4.0" description = "Devind helpers." authors = ["Victor "] license = "MIT"