Skip to content

Commit 827c97e

Browse files
authored
Merge pull request #88 from espdev/bump-version
Bump version to 1.2.1
2 parents 4502fd4 + b038b86 commit 827c97e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/workflows/pypi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ permissions:
77

88
jobs:
99
build:
10+
name: Build Package
1011
runs-on: ubuntu-latest
1112

1213
steps:
@@ -45,7 +46,7 @@ jobs:
4546
overwrite: true
4647

4748
upload:
48-
name: Upload to PyPI
49+
name: Upload Package to PyPI
4950
needs: [ build ]
5051
runs-on: ubuntu-latest
5152
environment:

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v1.2.1 (10.04.2025)
4+
5+
* Update dependencies
6+
* Update the package classifiers
7+
8+
## v1.2.0 (30.06.2024)
9+
10+
* Bump minimal Python version to 3.9
11+
* Use ruff as the code linter and formatter
12+
* Update dependencies
13+
314
## v1.1.0 (05.10.2021)
415

516
* Introduced optional `normalizedsmooth` argument to reduce dependence on xdata and weights [#47](https://github.com/espdev/csaps/pull/47)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "csaps"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "Cubic spline approximation (smoothing)"
55
authors = ["Evgeny Prilepin <esp.home@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)