diff --git a/CHANGELOG.md b/CHANGELOG.md index 29bb391..d718d43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # *Structure_threader* changelog + +## Changes since v1.2.6 + +### Bug fixes +* Corrected a bug when sorting plot order using an "indfile" with more than 10 populations. + +--- + ## Changes since v1.2.5 ### Bug fixes diff --git a/setup.py b/setup.py index 7539506..2566fad 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ def platform_detection(install_binaries=True): # Set some variables (PKGBUILD inspired) DATA_FILES = platform_detection() -VERSION = "1.2.6" +VERSION = "1.2.7" URL = "https://github.com/StuntsPT/Structure_threader"