Skip to content

Commit 7845c13

Browse files
committed
Preparing release 1.0.0a2
1 parent 9a9554d commit 7845c13

6 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@
99

1010
<!-- towncrier release notes start -->
1111

12+
## 1.0.0a2 (2025-06-11)
13+
14+
15+
### Internal:
16+
17+
- Upgrade zope.pytest to version 8.3. @ericof [#35](https://github.com/collective/pytest-plone/issues/35)
18+
- Fix Makefile release target @ericof
19+
- Upgrade pytest to version 8.4.0. @ericof
20+
21+
22+
### Documentation:
23+
24+
- Fix Tests badge on `README.md`. @stevepiercy [#31](https://github.com/collective/pytest-plone/issues/31)
25+
1226
## 1.0.0a1 (2025-03-27)
1327

1428

news/+pytest.internal

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/+release.internal

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/31.documentation

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/35.internal

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/pytest_plone/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
__all__ = ["fixtures_factory"]
55

6-
__version__ = "1.0.0a2.dev0"
6+
__version__ = "1.0.0a2"

0 commit comments

Comments
 (0)