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