From 372df5553049a2f4437ab0b78139eb9118c940bb Mon Sep 17 00:00:00 2001 From: Carlos Martinez Date: Mon, 13 Jan 2020 08:12:50 +0100 Subject: [PATCH] Prepare for patch release 1.3.2 --- CITATION.cff | 2 +- setup.py | 2 +- src/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 8750364..56fee2d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -25,4 +25,4 @@ license: MIT message: "If you use this software, please cite it as below." repository-code: "https://github.com/CLARIAH/grlc" title: grlc -version: "1.3.1" +version: "1.3.2" diff --git a/setup.py b/setup.py index d654e5b..1699b6d 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ root_dir = root.replace(grlc_base_dir, '') data_files = os.path.join(root_dir, '*') grlc_data.append(data_files) -grlc_version = '1.3.1' +grlc_version = '1.3.2' with codecs.open('requirements.txt', mode='r') as f: install_requires = f.read().splitlines() diff --git a/src/__init__.py b/src/__init__.py index 72837bd..e398332 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1 +1 @@ -__version__ = '1.3.1' +__version__ = '1.3.2'