Skip to content

Commit 64749e0

Browse files
committed
Bump version to 20.1.3
1 parent 9934812 commit 64749e0

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+
20.1.3
17+
------
18+
19+
- :py:mod:`gui`: More fixes related to PySide6 port
20+
21+
1622
20.1.2
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__ = "20.1.2"
7+
__version__ = "20.1.3"

0 commit comments

Comments
 (0)