We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d341f1a commit 8b448a3Copy full SHA for 8b448a3
CHANGELOG.md
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
6
## Unreleased
7
8
+## 10.4.1 - 2026-03-19
9
### Changed
10
- Improved type annotations for mappings and parameter values
11
- Uses custom csv handling instead of pandas csv handling to fix various edge cases
pyproject.toml
@@ -8,7 +8,7 @@ name = "cadenzaanalytics"
authors = [
"Disy Informationssysteme GmbH <cadenza-analytics@disy.net>",
]
-version="10.4.1a0.dev0"
+version="10.4.1"
12
description = "Official Python Package for creation of disy Cadenza analytics extensions"
13
readme = "README.md"
14
license = "Apache-2.0"
0 commit comments