We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5a331 commit 7c3f989Copy full SHA for 7c3f989
2 files changed
CHANGES.md
@@ -1,6 +1,12 @@
1
# Changelog
2
3
4
+## 1.0.0a6 (unreleased)
5
+
6
7
+- Nothing changed yet.
8
9
10
## 1.0.0a5 (2025-03-28)
11
12
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name="collective.pdbpp",
18
- version="1.0.0a5",
+ version="1.0.0a6.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