We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da98390 commit 334e87eCopy full SHA for 334e87e
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
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
11
## v1.1.0 (2023-09-30)
12
13
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "py-app-dev"
-version = "1.1.0"
+version = "1.2.0"
description = "My application development modules."
authors = ["cuinixam <me@cuinixam.com>"]
license = "MIT"
src/py_app_dev/__init__.py
@@ -1 +1 @@
-__version__ = "1.1.0"
+__version__ = "1.2.0"
0 commit comments