Skip to content

Commit 24c7c2d

Browse files
committed
Update version
1 parent 7903202 commit 24c7c2d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
Changes
33
=======
44

5-
1.2.3 (unreleased)
5+
1.3.0 (unreleased)
66
------------------
77

8+
- Refactor package layout to use ``pyproject.toml`` and implecit namespace packages.
9+
[rnix]
10+
811
- Fix ``Node.treerepr`` if mapping raises an exception on ``__getitem__``.
912
[rnix]
1013

pyproject.toml

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

55
[project]
66
name = "node"
7-
version = "1.2.3.dev0"
7+
version = "1.3.0.dev0"
88
description = "Building data structures as node trees"
99
readme = "README.rst"
1010
license = {text = "Simplified BSD"}

0 commit comments

Comments
 (0)