Skip to content

Commit 566775b

Browse files
committed
v0.5.3
1 parent 673213d commit 566775b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v0.5.3
4+
5+
- support cPython 3.9 interpreter
6+
- bump skia-pathops dependency to v0.5.1.post1
7+
38
## v0.5.2
49

510
- fix: usage documentation syntax description (missing sub-command)

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.3-dev.0"
3+
version = __version__ = "0.5.3"

0 commit comments

Comments
 (0)