Skip to content

Commit a01835c

Browse files
committed
Preparing release 2.0.0rc3
1 parent 9106f35 commit a01835c

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

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

11+
## 2.0.0rc3 (2025-04-11)
12+
13+
14+
### Bug fixes:
15+
16+
- Fix walrus operator usage to correctly assign authomatic_cfg() result [#100](https://github.com/collective/pas.plugins.authomatic/issues/100)
17+
1118
## 2.0.0rc2 (2025-04-03)
1219

1320

news/100.bugfix

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.0rc3.dev1"
4+
__version__ = "2.0.0rc3"
55

66

77
PACKAGE_NAME = "pas.plugins.authomatic"

0 commit comments

Comments
 (0)