Skip to content

Commit 9f11891

Browse files
committed
Bumped version to 0.2.0 and added CHANGELOG.md
1 parent bb7c573 commit 9f11891

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="hatched",
8-
version="0.2.0a0",
8+
version="0.2.0",
99
description="Convert images to plotter-friendly hatched patterns",
1010
long_description=readme,
1111
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)