Skip to content

Commit e4dad91

Browse files
committed
0.2.0
Automatically generated by python-semantic-release
1 parent f471a41 commit e4dad91

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.2.0 (2022-03-16)
6+
### Feature
7+
* Update dependendies devind-core ([`f471a41`](https://github.com/devind-team/devind-django-notifications/commit/f471a4131ec453fcc883ec7d0f96d4cefe41449e))
8+
59
## v0.1.2 (2022-03-08)
610
### Fix
711
* Update devind-core dependency ([`b5d2b99`](https://github.com/devind-team/devind-django-notifications/commit/b5d2b99361da1f719061ffbc31dd6bb84e65db91))

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

0 commit comments

Comments
 (0)