We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1890b commit ce5a331Copy full SHA for ce5a331
2 files changed
CHANGES.md
@@ -1,7 +1,7 @@
1
# Changelog
2
3
4
-## 1.0.0a5 (unreleased)
+## 1.0.0a5 (2025-03-28)
5
6
7
- Do not limit rich output
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name="collective.pdbpp",
18
- version="1.0.0a5.dev0",
+ version="1.0.0a5",
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