We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec1bd0 commit ad160edCopy full SHA for ad160ed
2 files changed
CHANGES.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 1.0.0a8 (unreleased)
+## 1.0.0a8 (2025-07-30)
4
5
- Fix another error on Startup when the DefaultConfig is not yet initialized
6
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name="collective.pdbpp",
18
- version="1.0.0a8.dev0",
+ version="1.0.0a8",
19
description="An addon for Plone that allow you debug your code using the pdbpp package",
20
long_description=long_description,
21
long_description_content_type="text/markdown",
0 commit comments