We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b05d10c commit 6ad858eCopy full SHA for 6ad858e
2 files changed
CHANGES.md
@@ -1,9 +1,10 @@
1
# Changelog
2
3
-## 1.0.0a9 (unreleased)
+## 1.0.0a9 (2026-04-21)
4
5
6
-- Nothing changed yet.
+- Add a `set_trace` target
7
+- Switch to native namespace (PEP 420)
8
9
10
## 1.0.0a8 (2025-07-30)
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="collective.pdbpp",
16
- version="1.0.0a9.dev0",
+ version="1.0.0a9",
17
description="An addon for Plone that allow you debug your code using the pdbpp package",
18
long_description=long_description,
19
long_description_content_type="text/markdown",
0 commit comments