Skip to content

Commit 0e7d00b

Browse files
committed
v0.3.0
1 parent 8d18419 commit 0e7d00b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.3.1
4+
5+
- source cleanup
6+
- remove report module
7+
- remove unnecessary import statements
8+
- fix README typo
9+
310
## v0.3.0
411

512
- add `coordinates` sub-command with path begin, on-curve, off-curve, and end coordinate reporting

lib/pathins/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env python3
22

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

0 commit comments

Comments
 (0)