Skip to content

Commit d8a89bc

Browse files
committed
0.1.2
Automatically generated by python-semantic-release
1 parent ad88948 commit d8a89bc

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.1.2 (2022-03-08)
6+
### Fix
7+
* Update devind-core dependency ([`b5d2b99`](https://github.com/devind-team/devind-django-notifications/commit/b5d2b99361da1f719061ffbc31dd6bb84e65db91))
8+
59
## v0.1.1 (2022-03-01)
610
### Fix
711
* Update behavior when hiding a notification ([`95db1c4`](https://github.com/devind-team/devind-django-notifications/commit/95db1c4ef149ca7ea2e9cecfc5a63861bfa71ab5))

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.1'
3+
__version__ = '0.1.2'

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

0 commit comments

Comments
 (0)