Skip to content

Commit 334e87e

Browse files
author
github-actions
committed
1.2.0
Automatically generated by python-semantic-release
1 parent da98390 commit 334e87e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

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

5+
## v1.2.0 (2023-09-30)
6+
7+
### Feature
8+
9+
* Support directories as dependencies ([`da98390`](https://github.com/cuinixam/python-app-dev/commit/da983901e3c4d4b354ab7c57f61859962391cef7))
10+
511
## v1.1.0 (2023-09-30)
612

713
### Feature

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 = "py-app-dev"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "My application development modules."
55
authors = ["cuinixam <me@cuinixam.com>"]
66
license = "MIT"

src/py_app_dev/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)