From 2de651c6844703b4535553c5c055657fa5e86437 Mon Sep 17 00:00:00 2001 From: Matthew Munson Date: Mon, 28 Oct 2019 14:01:54 +0100 Subject: [PATCH] Updated the CHANGES.txt and setup.py for version 1.3.0 --- CHANGES.txt | 7 ++++++- setup.py | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index dcc1770..e8e688f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ +## 1.3.0 - 2019-10-23 + + - Small changes to imports and functions to be compatible with MyCapytain 3.0.0 + - Also a change so that the forbidden characters test will actually fail when a citation has too many periods ('.') + ## 1.2.5 - 2019-10-23 - - Changed requirments.txt so that MyCapytain < 3.0.0 will be installed + - Changed requirements.txt so that MyCapytain < 3.0.0 will be installed ## 1.2.4 - 2019-07-01 diff --git a/setup.py b/setup.py index 35bf2ef..2a20fc3 100644 --- a/setup.py +++ b/setup.py @@ -25,8 +25,8 @@ setup( name='HookTest', - version="1.2.5", - description='Hook Test Script for GitHub/CapiTainS repositories', + version="1.3.0", + description='Hook Test Script for GitHub/CapiTainS repositories based on MyCapytain 3.0.0 or higher', long_description=long_description, long_description_content_type="text/x-rst", url='http://github.com/Capitains/HookTest',