We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2776c2 commit ec3d22eCopy full SHA for ec3d22e
HISTORY.md
@@ -1,5 +1,9 @@
1
# History
2
3
+### 3.5.3 (2021-02-09)
4
+
5
+Fix bug that caused GUI crash when copying text.
6
7
### 3.5.2 (2020-04-15)
8
9
Minor fixes and updates, including
setup.py
@@ -39,6 +39,6 @@
39
packages=find_packages(include=['autoBWF']),
40
setup_requires=setup_requirements,
41
url='https://github.com/Ukrainian-History/autoBWF',
42
- version='3.5.2',
+ version='3.5.3',
43
zip_safe=False,
44
)
0 commit comments