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 d877b95 commit 562919dCopy full SHA for 562919d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.5.1
4
+
5
+- minor documentation and project description updates
6
7
## v0.5.0
8
9
- add `segments` sub-command with glyph segment line distance and arc length reporting
lib/pathins/__init__.py
@@ -1,3 +1,3 @@
#!/usr/bin/env python3
-version = __version__ = "0.5.1-dev0"
+version = __version__ = "0.5.1"
0 commit comments