We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9106f35 commit a01835cCopy full SHA for a01835c
3 files changed
CHANGELOG.md
@@ -8,6 +8,13 @@
8
9
<!-- towncrier release notes start -->
10
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
18
## 2.0.0rc2 (2025-04-03)
19
20
news/100.bugfix
src/pas/plugins/authomatic/__init__.py
@@ -1,7 +1,7 @@
1
from pas.plugins.authomatic.patches import apply_patches
2
3
4
-__version__ = "2.0.0rc3.dev1"
+__version__ = "2.0.0rc3"
5
6
7
PACKAGE_NAME = "pas.plugins.authomatic"
0 commit comments