Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Oct 3, 2020
1 parent 8d18419 commit 0e7d00b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.3.1

- source cleanup
- remove report module
- remove unnecessary import statements
- fix README typo

## v0.3.0

- add `coordinates` sub-command with path begin, on-curve, off-curve, and end coordinate reporting
Expand Down
2 changes: 1 addition & 1 deletion lib/pathins/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env python3

version = __version__ = "0.3.1-dev0"
version = __version__ = "0.3.1"

0 comments on commit 0e7d00b

Please sign in to comment.