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 14c44e6 commit b05418bCopy full SHA for b05418b
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# *Structure_threader* changelog
2
3
+## Changes since v1.2.11
4
+
5
+### New features
6
+* Adds infrastructure to use Gitlab's CI server parallel to Travis CI.
7
8
+### Bug Fixes
9
+* The field tests coding was improved to drop some hard-coded paths into dynamic ones.
10
11
+---
12
13
## Changes since v1.2.10
14
15
### 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.11"
+VERSION = "1.2.12"
59
URL = "https://github.com/StuntsPT/Structure_threader"
60
61
0 commit comments