Skip to content

Commit fd3147c

Browse files
committed
Bump version to 19.0.2
1 parent 9c63a4e commit fd3147c

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Generally, if the major version number was increased, there was an API break,
1313
so watch out for those!
1414

1515

16+
19.0.2
17+
------
18+
19+
- Depend on ``opencv-python-headless`` instead of ``opencv-python``.
20+
21+
1622
19.0.1
1723
------
1824

sdt/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
# setup.py needs to be able to read the version string using the reg ex
66
# r"^__version__ = ['\"]([^'\"]*)['\"]"
7-
__version__ = "19.0.1"
7+
__version__ = "19.0.2"

0 commit comments

Comments
 (0)