Skip to content

Commit 562919d

Browse files
committed
v0.5.1
1 parent d877b95 commit 562919d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.5.1
4+
5+
- minor documentation and project description updates
6+
37
## v0.5.0
48

59
- add `segments` sub-command with glyph segment line distance and arc length reporting

lib/pathins/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env python3
22

3-
version = __version__ = "0.5.1-dev0"
3+
version = __version__ = "0.5.1"

0 commit comments

Comments
 (0)