Skip to content

Commit 9f734cb

Browse files
committed
Preparing release 2.0.0
1 parent 441bd0e commit 9f734cb

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
88

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

11+
## 2.0.0 (2025-05-15)
12+
13+
14+
### Internal:
15+
16+
- GHA: Use plone/meta shared workflows. @ericof [#102](https://github.com/collective/pas.plugins.authomatic/issues/102)
17+
18+
19+
### Documentation:
20+
21+
- Update README file with release instructions. @ericof
22+
1123
## 2.0.0rc3 (2025-04-11)
1224

1325

news/+release.documentation

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

news/102.internal

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

src/pas/plugins/authomatic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from pas.plugins.authomatic.patches import apply_patches
22

33

4-
__version__ = "2.0.0rc4.dev0"
4+
__version__ = "2.0.0"
55

66

77
PACKAGE_NAME = "pas.plugins.authomatic"

0 commit comments

Comments
 (0)