Skip to content

Commit 5de9bec

Browse files
author
github-actions
committed
2.10.0
Automatically generated by python-semantic-release
1 parent e2484ed commit 5de9bec

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

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

33

44

5+
## v2.10.0 (2025-04-04)
6+
7+
### Feature
8+
9+
* feat: support version for scoop apps ([`e2484ed`](https://github.com/cuinixam/python-app-dev/commit/e2484ed58b00aced1e02ecb4d808a35ec19b40d3))
10+
11+
512
## v2.9.0 (2025-04-01)
613

714
### Feature

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
project = "Python App Development"
2121
copyright = f"2023-{datetime.datetime.now().year}, cuinixam"
2222
author = "cuinixam"
23-
release = "2.9.0"
23+
release = "2.10.0"
2424

2525
# -- General configuration ---------------------------------------------------
2626
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

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 = "2.9.0"
3+
version = "2.10.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__ = "2.9.0"
1+
__version__ = "2.10.0"

0 commit comments

Comments
 (0)