Skip to content
Snippets Groups Projects
Commit a6cdcd2b authored by Robert Forkel's avatar Robert Forkel
Browse files

release 1.7.0

parent 8f1b6a12
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
The `newick` package adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [v1.7.0] - 2023-02-13
Big performance improvement of parser by switching to accumulated tokens.
......
[metadata]
name = newick
version = 1.6.1.dev0
version = 1.7.0
author = Robert Forkel
author_email = robert_forkel@eva.mpg.de
description = A python module to read and write the Newick format
......
......@@ -10,7 +10,7 @@ import pathlib
import itertools
import dataclasses
__version__ = "1.6.1.dev0"
__version__ = "1.7.0"
QUOTE = "'"
ESCAPE = {"'", "\\"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment