Skip to content

Commit acc0409

Browse files
committed
bump: release 2.15.0 → 2.16.0
Automatically generated by Commitizen.
1 parent b10000f commit acc0409

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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.16.0 (2025-04-05)
4+
5+
### Feat
6+
7+
- change the release and staging branching model (#900)
8+
- **test**: add the pytest-cases package and a simple example of how to use it (#873)
9+
310
## v2.15.0 (2024-12-26)
411

512
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ version_files = [
103103
"src/package/__init__.py:__version__",
104104
]
105105
major_version_zero = false
106-
version = "2.15.0"
106+
version = "2.16.0"
107107

108108

109109
# 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.15.0"
9+
__version__ = "2.16.0"

0 commit comments

Comments
 (0)