File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2020project = "Python App Development"
2121copyright = f"2023-{ datetime .datetime .now ().year } , cuinixam"
2222author = "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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " py-app-dev"
3- version = " 2.9 .0"
3+ version = " 2.10 .0"
44description = " My application development modules."
55authors = [" cuinixam <me@cuinixam.com>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1- __version__ = "2.9 .0"
1+ __version__ = "2.10 .0"
You can’t perform that action at this time.
0 commit comments