Skip to content

Commit 3c059cd

Browse files
committed
Prepare for 1.1.0 release
See NEWS.rst for more details. Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
1 parent 67b323b commit 3c059cd

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.2
2+
current_version = 1.1.0
33
commit = True
44
message =
55
Prepare for {new_version} release

NEWS.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ Changelog
88

99
.. towncrier release notes start
1010
11+
pytest-pystack 1.1.0 (2026-06-30)
12+
---------------------------------
13+
14+
Features
15+
~~~~~~~~
16+
17+
- Add Python 3.13 and 3.14 support.
18+
19+
Bug Fixes
20+
~~~~~~~~~
21+
22+
- Use the "spawn" start method unconditionally for the monitor process,
23+
fixing compatibility issues with non-fork multiprocessing start methods.
24+
25+
1126
pytest-pystack 1.0.2 (2024-11-16)
1227
----------------------------------
1328

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = 'setuptools.build_meta'
66

77
[project]
88
name = "pytest-pystack"
9-
version = "1.0.2"
9+
version = "1.1.0"
1010
description = "Plugin to run pystack after a timeout for a test suite."
1111
requires-python = ">=3.8"
1212
dependencies = [

0 commit comments

Comments
 (0)