Skip to content

Commit accf014

Browse files
committed
bump: release 2.12.0 → 2.12.1
Automatically generated by Commitizen.
1 parent 22d00bc commit accf014

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,3 +1,9 @@
1+
## v2.12.1 (2024-01-23)
2+
3+
### Fix
4+
5+
- **deps-dev**: revert artifact download and upload GitHub Actions to v3 (#686)
6+
17
## v2.12.0 (2024-01-20)
28

39
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ version_files = [
9999
"src/package/__init__.py:__version__",
100100
]
101101
major_version_zero = false
102-
version = "2.12.0"
102+
version = "2.12.1"
103103

104104

105105
# 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.12.0"
9+
__version__ = "2.12.1"

0 commit comments

Comments
 (0)