From 929613c4cd9e7c3903df346e932ced6034d6a84c Mon Sep 17 00:00:00 2001 From: "Jukka Lipsanen (TAU)" <jukka.lipsanen@tuni.fi> Date: Tue, 24 Nov 2020 15:12:48 +0200 Subject: [PATCH] Updated changelog and incremented version number. --- CHANGES.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index f95d5e0..be36bfb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,10 @@ Kvalikirstu2 Changelog ====================== +1.0.7 - 2020/11/24 +------------------ +- Fixed bug with citation requirement being added to files outside of the data folder + 1.0.6 - 2020/08/27 ------------------ - Fixed bug with cells in index getting incorrectly detected as dates diff --git a/setup.py b/setup.py index b3ff8cc..6721678 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import setup, find_packages setup( name='kvalikirstu2', - version='1.0.5', + version='1.0.7', url='', description='A tool for analyzing qualitative studies', author='Jukka Lipsanen and Saara Saaninkoski', -- GitLab