Skip to content

Commit

Permalink
bump: version 1.5.1 → 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 8, 2024
1 parent 85462f1 commit b35a834
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.5.2 (2024-04-08)

### Fix

- maintain test collection order (#22)

## v1.5.1 (2024-04-07)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest_tagging"
version = "1.5.1"
version = "1.5.2"
description = "a pytest plugin to tag tests"
authors = ["Sergio Castillo <s.cast.lara@gmail.com>"]
readme = "README.md"
Expand Down Expand Up @@ -61,7 +61,7 @@ fail_under = 90
exclude_lines = ["if TYPE_CHECKING:", "pragma: no cover"]

[tool.commitizen]
version = "1.5.1"
version = "1.5.2"
version_files = ["pyproject.toml:version"]
tag_format = "v$version"

Expand Down

0 comments on commit b35a834

Please sign in to comment.