Skip to content

Commit b05418b

Browse files
committed
Bumps version and updated the changelog
1 parent 14c44e6 commit b05418b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# *Structure_threader* changelog
22

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+
313
## Changes since v1.2.10
414

515
### Bug fixes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def platform_detection(install_binaries=True):
5555

5656
# Set some variables (PKGBUILD inspired)
5757
DATA_FILES = platform_detection()
58-
VERSION = "1.2.11"
58+
VERSION = "1.2.12"
5959
URL = "https://github.com/StuntsPT/Structure_threader"
6060

6161

0 commit comments

Comments
 (0)