From 428ad20a7860b86e3f1a8768ab7f8d50a527b9ea Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 8 Jul 2022 15:20:21 +0000 Subject: [PATCH] 1.0.1 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 ae30801..6a68af6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.0.1 (2022-07-08) +### Fix +* Перенос типов на strawberry ([`6b54934`](https://github.com/devind-team/devind-django-helpers/commit/6b54934c831fdd46d775e8b8c926fdae1aae6f4e)) + ## v1.0.0 (2022-06-28) ### Breaking * graphene_django has been removed. ([`22ae658`](https://github.com/devind-team/devind-django-helpers/commit/22ae6587eb158e6fb0326e2b37122cbf8d0fe5ee)) diff --git a/devind_helpers/__init__.py b/devind_helpers/__init__.py index c3428bb..f5f841b 100644 --- a/devind_helpers/__init__.py +++ b/devind_helpers/__init__.py @@ -1,3 +1,3 @@ """Auxiliary module in django apps.""" -__version__ = '1.0.0' +__version__ = '1.0.1' diff --git a/pyproject.toml b/pyproject.toml index 7e64d3c..08198ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "devind_helpers" -version = "1.0.0" +version = "1.0.1" description = "Devind helpers." authors = ["Victor "] license = "MIT"