Skip to content

Commit 8f095ff

Browse files
committed
bump: release 2.13.1 → 2.13.2
Automatically generated by Commitizen.
1 parent add5844 commit 8f095ff

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
This project follows the [semantic versioning](https://packaging.python.org/en/latest/discussions/versioning/#semantic-versioning-vs-calendar-versioning) and [pre-release versioning](https://packaging.python.org/en/latest/discussions/versioning/) schemes recommended by the Python Packaging Authority [here](https://packaging.python.org/en/latest/specifications/version-specifiers/).
22

3+
## v2.13.2 (2024-05-14)
4+
5+
### Fix
6+
7+
- **ci**: use actions/upload-artifact@v4 to be compatible with slsa provenance action (#735)
8+
39
## v2.13.1 (2024-05-14)
410

511
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ version_files = [
100100
"src/package/__init__.py:__version__",
101101
]
102102
major_version_zero = false
103-
version = "2.13.1"
103+
version = "2.13.2"
104104

105105

106106
# https://github.com/pytest-dev/pytest-cov

src/package/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# The version of this package. There's no comprehensive, official list of other
77
# magic constants, so we stick with this one only for now. See also this conversation:
88
# https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants
9-
__version__ = "2.13.1"
9+
__version__ = "2.13.2"

0 commit comments

Comments
 (0)