Skip to content

Commit

Permalink
Bump version and document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
StuntsPT committed Apr 30, 2018
1 parent c6188ce commit 1307bdc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# *Structure_threader* changelog

## Changes since v1.2.7

### Bug fixes
* *Structure_threader* now always makes a sanity check for `mainparams` and `extraparams`.

### New features:
* New option introduced: `--seed`, which allows the user to define a random seed value. It is not mandatory, and defaults to "1235813".
* *Structure_threader* now checks if the `RANDOMIZE` option is set in the `extraparams` file. If it is, it gets disabled since random seeds are now handled internally.

---

## Changes since v1.2.6

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3

# Copyright 2016 Francisco Pina Martins <f.pinamartins@gmail.com>
# Copyright 2016-2018 Francisco Pina Martins <f.pinamartins@gmail.com>
# This file is part of structure_threader.
# structure_threader is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -55,7 +55,7 @@ def platform_detection(install_binaries=True):

# Set some variables (PKGBUILD inspired)
DATA_FILES = platform_detection()
VERSION = "1.2.7"
VERSION = "1.2.8"
URL = "https://github.com/StuntsPT/Structure_threader"


Expand Down

0 comments on commit 1307bdc

Please sign in to comment.