We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5260c86 commit bc72a68Copy full SHA for bc72a68
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.3.1 (14.04.2025)
4
+
5
+* Update readme and docs
6
7
## v1.3.0 (14.04.2025)
8
9
* Bump minimal Python version to 3.10
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "csaps"
-version = "1.3.0"
+version = "1.3.1"
description = "Cubic spline approximation (smoothing)"
authors = ["Evgeny Prilepin <esp.home@gmail.com>"]
license = "MIT"
0 commit comments