From 93e2e87c00b992abb04342f29f0fdd82abbfa7b9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 20 Jul 2021 16:08:46 +0000 Subject: [PATCH] 1.1.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 3 +++ workflow/scripts/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5dcb39..d4c5f84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ +## v1.1.1 (2021-07-20) + + ## v1.1.0 (2021-07-15) ### Feature * **workflow:** Add schema validation ([`0b35f95`](https://github.com/IMS-Bio2Core-Facility/GTExSnake/commit/0b35f95e8155fc7cea6b95223f66ec3ca262ace6)) diff --git a/workflow/scripts/__init__.py b/workflow/scripts/__init__.py index a116907..133f579 100644 --- a/workflow/scripts/__init__.py +++ b/workflow/scripts/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """Python analysis scripts for GTExSnake.""" -__version__ = "1.1.0" +__version__ = "1.1.1"