Skip to content

Commit c56e212

Browse files
committed
Bumps version and updates CHANGELOG
1 parent 079668a commit c56e212

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# *Structure_threader* changelog
22

3+
## Changes since v1.2.5
4+
5+
### Bug fixes
6+
* Improved unit and field tests.
7+
* Removed a leftover debugging line.
8+
9+
---
10+
311
## Changes since v1.2.4
412

513
### Bug fixes
614
* Allows a random seed to be passed to STRUCTURE. This seed will be used to generate *N* seeds, where *N* is the number of runs. Each will be attached to the appropriate CLI.
715

8-
916
---
1017

1118
## Changes since v1.2.3

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.5"
58+
VERSION = "1.2.6"
5959
URL = "https://github.com/StuntsPT/Structure_threader"
6060

6161

0 commit comments

Comments
 (0)