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 bb7c573 commit 9f11891Copy full SHA for 9f11891
2 files changed
CHANGELOG.md
@@ -0,0 +1,10 @@
1
+# Change log
2
+
3
+## 0.2.0 (2022-05-05)
4
5
+* Now uses `opencv-python-headless` to suppress interferences with `PySide2` (fixes #16)
6
7
8
+## 0.1.0 (2022-04-18)
9
10
+* Initial release
setup.py
@@ -5,7 +5,7 @@
setup(
name="hatched",
- version="0.2.0a0",
+ version="0.2.0",
description="Convert images to plotter-friendly hatched patterns",
long_description=readme,
11
long_description_content_type="text/markdown",
0 commit comments