Skip to content

Commit 24ba751

Browse files
committed
Bumps version and updates the changelog
1 parent 5995892 commit 24ba751

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
4+
## Changes since v1.2.14
5+
6+
### Bug Fixes
7+
* Fixed a bug that occurred when multiple arguments were passed to `extra_opts` when wrapping *fastStructure*. Thank you to @oviscanadensis for the superb bug report.
8+
9+
---
10+
311
## Changes since v1.2.13
412

513
### 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.14"
58+
VERSION = "1.2.15"
5959
URL = "https://gitlab.com/StuntsPT/Structure_threader"
6060

6161

0 commit comments

Comments
 (0)