File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33
44
5+ ## v2.12.0 (2025-04-21)
6+
7+ ### Feature
8+
9+ * feat: add runnable config dependency ([ ` 057155b ` ] ( https://github.com/cuinixam/python-app-dev/commit/057155bab1d584a28f1cbfbe21ee6cb9acaf88cd ) )
10+
11+
512## v2.11.2 (2025-04-14)
613
714### Fix
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.11.2 "
23+ release = "2.12.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.11.2 "
3+ version = " 2.12.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.11.2 "
1+ __version__ = "2.12.0 "
You can’t perform that action at this time.
0 commit comments