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 673213d commit 566775bCopy full SHA for 566775b
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.5.3
4
+
5
+- support cPython 3.9 interpreter
6
+- bump skia-pathops dependency to v0.5.1.post1
7
8
## v0.5.2
9
10
- fix: usage documentation syntax description (missing sub-command)
lib/pathins/__init__.py
@@ -1,3 +1,3 @@
#!/usr/bin/env python3
-version = __version__ = "0.5.3-dev.0"
+version = __version__ = "0.5.3"
0 commit comments