Skip to content

Commit 9df7531

Browse files
committed
0.3.0
Automatically generated by python-semantic-release
1 parent 62d20a5 commit 9df7531

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.3.0 (2022-04-04)
6+
### Feature
7+
* Отвязка модели mailing от postgres типов ([`bd48e1f`](https://github.com/devind-team/devind-django-notifications/commit/bd48e1f5d72e798f62bdc35439920f74de8b5bba))
8+
* Отвязка модели mailing от postgres типов ([`34eda49`](https://github.com/devind-team/devind-django-notifications/commit/34eda4907e2b8a0531f9185f71054a93e5a0ddb4))
9+
510
## v0.2.0 (2022-03-16)
611
### Feature
712
* Update dependendies devind-core ([`f471a41`](https://github.com/devind-team/devind-django-notifications/commit/f471a4131ec453fcc883ec7d0f96d4cefe41449e))

devind_notifications/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Devind django app for notifications via graphql subscriptions."""
22

3-
__version__ = '0.2.0'
3+
__version__ = '0.3.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "devind_notifications"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Devind django app for notifications."
55
authors = ["Victor <lyferov@yandex.ru>"]
66
license = "MIT"

0 commit comments

Comments
 (0)