Skip to content

Commit 10efd76

Browse files
committed
0.1.0
Automatically generated by python-semantic-release
1 parent 1491537 commit 10efd76

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
<!--next-version-placeholder-->
4+
5+
## v0.1.0 (2022-02-17)
6+
### Feature
7+
* Инициализация вспомогательной библиотеки. ([`1491537`](https://github.com/devind-team/devind-django-helpers/commit/1491537fe708f5775ecc58058dd07bace18f38ad))

devind_helpers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Вспомоательный модуль."""
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_helpers"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = "Devind helpers."
55
authors = ["Victor <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)