We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad160ed commit 7219493Copy full SHA for 7219493
2 files changed
CHANGES.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.0.0a9 (unreleased)
4
+
5
6
+- Nothing changed yet.
7
8
9
## 1.0.0a8 (2025-07-30)
10
11
- Fix another error on Startup when the DefaultConfig is not yet initialized
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name="collective.pdbpp",
18
- version="1.0.0a8",
+ version="1.0.0a9.dev0",
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