Skip to content

Commit 2687608

Browse files
committed
Prepare release 0.12.0
1 parent a99ecf3 commit 2687608

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ profile = "black"
1010

1111
[project]
1212
name = "jacktrade"
13-
version = "0.11.0"
13+
version = "0.12.0"
1414
authors = [
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
]
2930
keywords = ["utils", "utilities"]

scripts/deploy.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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
1919
FOR /F "tokens=*" %%i IN ('git branch --show-current') DO SET CURRENT_BRANCH=%%i

0 commit comments

Comments
 (0)