From 81493a833ca190ff5b505f0147a521d7ace5ca0d Mon Sep 17 00:00:00 2001 From: Jochem Berends Date: Wed, 6 Dec 2017 16:09:11 +0100 Subject: [PATCH] release 0.7.1 --- CHANGELOG.md | 3 +++ kecpkg/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b05c79f..4c0b79a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.7.1 (6DEC17) + * removed the '.git' directory from the packaged kecpkg + ## 0.7.0 (6DEC17) * The `config` command is now more robust. Added options `--init` to initialise a new settingsfile and added option `--interactive` to walk throug the current settings file and be able to redefine settings. * Also the loading of the settings is now more robust and does not fail when a settings file is not found diff --git a/kecpkg/__init__.py b/kecpkg/__init__.py index a71c5c7..f0788a8 100644 --- a/kecpkg/__init__.py +++ b/kecpkg/__init__.py @@ -1 +1 @@ -__version__ = '0.7.0' +__version__ = '0.7.1'