From ddc8dea70532a430f0c950b5d58cdba8ee1949ae Mon Sep 17 00:00:00 2001 From: Paul Wildenhain Date: Tue, 18 Aug 2020 00:50:56 -0400 Subject: [PATCH] :heavy_plus_sign: Increment package version --- HISTORY.rst | 6 ++++++ redcap/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 47b03f77..487ef41c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ HISTORY ------- +1.1.1 (2020-08-18) ++++++++++++++++++++ + +* Bug Fixes + - Fix package version parsing for UNIX (#122 @fissell) + 1.1.0 (2020-07-16) +++++++++++++++++++ diff --git a/redcap/__init__.py b/redcap/__init__.py index 7e01a3fa..d1ae61ff 100644 --- a/redcap/__init__.py +++ b/redcap/__init__.py @@ -4,7 +4,7 @@ __author__ = 'Scott Burns ' __license__ = 'MIT' __copyright__ = '2014, Vanderbilt University' -__version__ = '1.1.0' +__version__ = '1.1.1' """ This module exposes the REDCap API through the Project class. Instantiate the