File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release History
22
3+ ## 0.12.0 (2025-10-09)
4+ ### Improvements
5+ - Python 3.14 supported.
6+ - Added ` @cached_method ` decorator.
7+
38## 0.11.0 (2025-04-08)
49### Improvements
510- Added a ` merge csv ` command line utility for merging CSV files.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ profile = "black"
1010
1111[project ]
1212name = " jacktrade"
13- version = " 0.11 .0"
13+ version = " 0.12 .0"
1414authors = [
1515 { name =" Mario Zaja" , email =" mzaja0@gmail.com" },
1616]
@@ -24,6 +24,7 @@ classifiers = [
2424 " Programming Language :: Python :: 3.11" ,
2525 " Programming Language :: Python :: 3.12" ,
2626 " Programming Language :: Python :: 3.13" ,
27+ " Programming Language :: Python :: 3.14" ,
2728 " Operating System :: OS Independent" ,
2829]
2930keywords = [" utils" , " utilities" ]
Original file line number Diff line number Diff line change 1313@ REM Check history, commit, tag the release and push to remote
1414@ REM =========================================================
1515@ REM Set release version here:
16- SET RELEASE_VERSION = 0.11 .0
16+ SET RELEASE_VERSION = 0.12 .0
1717
1818@ REM Ensure on the main branch
1919FOR /F " tokens=*" %%i IN ('git branch --show-current') DO SET CURRENT_BRANCH = %%i
You can’t perform that action at this time.
0 commit comments