Skip to content

Commit

Permalink
Bumps version and updates CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
StuntsPT committed Feb 16, 2018
1 parent 079668a commit c56e212
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down

0 comments on commit c56e212

Please sign in to comment.