Skip to content

Commit 19d2551

Browse files
committed
Bumps version to 0.6-rc1
1 parent b8cba0f commit 19d2551

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Intentionally.
1313

1414
.. NEVER USE NESTED LISTS IN THIS DOCUMENT!!
1515
16-
0.6-rc0 (2026-11-05)
16+
0.6-rc1 (2026-11-30)
1717
--------------------
1818

1919
This release brings significant changes that evolve *delb* to a mature level,
@@ -33,7 +33,7 @@ News
3333
- ⚠️ For more clarity the symbols that are re-exported in the top-level module
3434
``delb`` are greatly reduced. Instead they're to be imported from their
3535
domain specific modules :mod:`delb.filters`, :mod:`delb.names`,
36-
:mod:`delb.nodes` and :mod:`delb.utils` Some generally applicable ones will
36+
:mod:`delb.nodes` and :mod:`delb.utils`. Some generally applicable ones will
3737
stay available for convenice though.
3838
- There are new abstract base classes for each node type rooting from
3939
:class:`delb.typing.XMLNodeType` that should be used for type annotations.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "delb"
9-
version = "0.6-rc0"
9+
version = "0.6-rc1"
1010
description = "A library that provides an ergonomic model for XML encoded text documents (e.g. with TEI-XML)."
1111
authors = [
1212
{ name = "Frank Sachsenheim", email = "delb-project@posteo.net" }

0 commit comments

Comments
 (0)