We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e7151 commit 54e798aCopy full SHA for 54e798a
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# *Structure_threader* changelog
2
3
+## Changes since v1.2.3
4
+
5
+### Bug fixes
6
+* Added an extra sanity check for write permissions to the output directory.
7
8
+---
9
10
## Changes since v1.2.2
11
12
### Bug fixes
setup.py
@@ -55,7 +55,7 @@ def platform_detection(install_binaries=True):
55
56
# Set some variables (PKGBUILD inspired)
57
DATA_FILES = platform_detection()
58
-VERSION = "1.2.3"
+VERSION = "1.2.4"
59
URL = "https://github.com/StuntsPT/Structure_threader"
60
61
0 commit comments