Skip to content

Commit 6ad858e

Browse files
committed
Preparing release 1.0.0a9
1 parent b05d10c commit 6ad858e

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
## 1.0.0a9 (unreleased)
3+
## 1.0.0a9 (2026-04-21)
44

55

6-
- Nothing changed yet.
6+
- Add a `set_trace` target
7+
- Switch to native namespace (PEP 420)
78

89

910
## 1.0.0a8 (2025-07-30)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="collective.pdbpp",
16-
version="1.0.0a9.dev0",
16+
version="1.0.0a9",
1717
description="An addon for Plone that allow you debug your code using the pdbpp package",
1818
long_description=long_description,
1919
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)