Skip to content

Commit ecf68cf

Browse files
author
semantic-release
committed
chore(release): 3.1.0
Automatically generated by python-semantic-release
1 parent b0451ba commit ecf68cf

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- version list -->
44

5+
## v3.1.0 (2026-01-25)
6+
7+
### Features
8+
9+
- Switch to main as a default ([#173](https://github.com/allankp/pytest-testrail/pull/173),
10+
[`b0451ba`](https://github.com/allankp/pytest-testrail/commit/b0451baddfe194294d8056e2a8c574f853540278))
11+
12+
513
## v3.0.3 (2026-01-25)
614

715
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pytest-testrail"
7-
version = "3.0.3"
7+
version = "3.1.0"
88
description = "A pytest plugin for creating TestRail runs and adding results"
99
readme = "README.rst"
1010
license = "MIT"

pytest_testrail/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
TestRailRateLimitError,
2424
)
2525

26-
__version__ = "3.0.3"
26+
__version__ = "3.1.0"
2727
__all__ = [
2828
"pytestrail",
2929
"testrail",

0 commit comments

Comments
 (0)