Skip to content

Commit fb8c2be

Browse files
committed
0.1.0
Automatically generated by python-semantic-release
1 parent c31b263 commit fb8c2be

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
<!--next-version-placeholder-->
4+
5+
## v0.1.0 (2022-02-21)
6+
### Feature
7+
* Set start version and other fix. ([`c31b263`](https://github.com/devind-team/devind-django-notifications/commit/c31b2631e4ef2e1a46ef8d5427487b582d8c7dc7))
8+
* Initialize library for django notifications via graphql subscriptions. ([`f02c287`](https://github.com/devind-team/devind-django-notifications/commit/f02c28779837946064005fcb801a63b0b274d6cc))

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

0 commit comments

Comments
 (0)