File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " pytest-testrail"
7- version = " 3.0.3 "
7+ version = " 3.1.0 "
88description = " A pytest plugin for creating TestRail runs and adding results"
99readme = " README.rst"
1010license = " MIT"
Original file line number Diff line number Diff line change 2323 TestRailRateLimitError ,
2424)
2525
26- __version__ = "3.0.3 "
26+ __version__ = "3.1.0 "
2727__all__ = [
2828 "pytestrail" ,
2929 "testrail" ,
You can’t perform that action at this time.
0 commit comments