Skip to content

Commit a984aed

Browse files
committed
Bump version to 19.0.1
1 parent da2f166 commit a984aed

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.rst

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

1515

16+
19.0.1
17+
------
18+
19+
- :py:class:`gui.Registrator`: Fix layout width of option widgets
20+
- :py:func:`brightness.from_raw_image`: Handle missing numba
21+
22+
1623
19.0.0
1724
------
1825

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.0"
7+
__version__ = "19.0.1"

0 commit comments

Comments
 (0)