Skip to content

Commit f9427ef

Browse files
committed
0.4.0
Automatically generated by python-semantic-release
1 parent cb25292 commit f9427ef

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

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

5+
## v0.4.0 (2022-04-04)
6+
### Feature
7+
* Обновление зависимостей ([`cb25292`](https://github.com/devind-team/devind-django-notifications/commit/cb2529242c14160aa3047262a77fec9037173898))
8+
59
## v0.3.0 (2022-04-04)
610
### Feature
711
* Отвязка модели mailing от postgres типов ([`bd48e1f`](https://github.com/devind-team/devind-django-notifications/commit/bd48e1f5d72e798f62bdc35439920f74de8b5bba))

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.3.0'
3+
__version__ = '0.4.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.3.0"
3+
version = "0.4.0"
44
description = "Devind django app for notifications."
55
authors = ["Victor <lyferov@yandex.ru>"]
66
license = "MIT"

0 commit comments

Comments
 (0)