diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f3ee62..6251dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # *Structure_threader* changelog +## Changes since v1.2.3 + +### Bug fixes +* Added an extra sanity check for write permissions to the output directory. + +--- + ## Changes since v1.2.2 ### Bug fixes diff --git a/setup.py b/setup.py index 42413d7..28797e8 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.3" +VERSION = "1.2.4" URL = "https://github.com/StuntsPT/Structure_threader"