From 54e798a72894d65076b5f4c21ac2682411e789b2 Mon Sep 17 00:00:00 2001 From: Francisco Pina Martins Date: Sun, 3 Sep 2017 01:10:57 +0100 Subject: [PATCH] Bumps package version and updates changelog --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"