Skip to content

Commit bae138d

Browse files
author
github-actions
committed
1.9.0
Automatically generated by python-semantic-release
1 parent baced78 commit bae138d

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.9.0 (2023-12-09)
6+
7+
### Feature
8+
9+
* Use shell for subprocess executor ([`baced78`](https://github.com/cuinixam/python-app-dev/commit/baced787c081f746fd21abf007d76a8cfdca0481))
10+
511
## v1.8.2 (2023-11-26)
612

713
### Fix

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.8.2"
3+
version = "1.9.0"
44
description = "My application development modules."
55
authors = ["cuinixam <[email protected]>"]
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.8.2"
1+
__version__ = "1.9.0"

0 commit comments

Comments
 (0)