We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7903202 commit 24c7c2dCopy full SHA for 24c7c2d
CHANGES.rst
@@ -2,9 +2,12 @@
2
Changes
3
=======
4
5
-1.2.3 (unreleased)
+1.3.0 (unreleased)
6
------------------
7
8
+- Refactor package layout to use ``pyproject.toml`` and implecit namespace packages.
9
+ [rnix]
10
+
11
- Fix ``Node.treerepr`` if mapping raises an exception on ``__getitem__``.
12
[rnix]
13
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "node"
-version = "1.2.3.dev0"
+version = "1.3.0.dev0"
description = "Building data structures as node trees"
readme = "README.rst"
license = {text = "Simplified BSD"}
0 commit comments