From c56e2126f4c649d3f6cabd1bdf228a147346eeb1 Mon Sep 17 00:00:00 2001 From: Francisco Pina Martins Date: Fri, 16 Feb 2018 14:49:35 +0000 Subject: [PATCH] Bumps version and updates CHANGELOG --- CHANGELOG.md | 9 ++++++++- setup.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88761f4..29bb391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,18 @@ # *Structure_threader* changelog +## Changes since v1.2.5 + +### Bug fixes +* Improved unit and field tests. +* Removed a leftover debugging line. + +--- + ## Changes since v1.2.4 ### Bug fixes * 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. - --- ## Changes since v1.2.3 diff --git a/setup.py b/setup.py index 6f27594..7539506 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.5" +VERSION = "1.2.6" URL = "https://github.com/StuntsPT/Structure_threader"