From 3fee12fa6f62af8e282991bed12f4b053e74ee60 Mon Sep 17 00:00:00 2001 From: Vince Date: Thu, 30 May 2019 16:37:21 -0400 Subject: [PATCH] include new attmap --- docs/changelog.md | 7 ++++--- pypiper/_version.py | 2 +- requirements/reqs-pypiper.txt | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index dd8bbf15..9cc095a7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,9 +1,11 @@ # Changelog -## Unreleased +## [0.11.1] -- 2019-05-30 +### Fixed +- Elevate `attmap` depdendency bound to require inclusion of a bugfix there. -## [0.11.0] -- 2019-5-13 +## [0.11.0] -- 2019-05-13 - Improve python3 handling of integers and strings - Fixed a bug with cleanup scripts in `dirty` mode - Restructured profile output with hash and processID, and made lock paths relative @@ -14,7 +16,6 @@ - Allow `ngstk.input_to_fastq` to yield gzipped fastq files - ## [0.10.0] -- 2019-03-22 - Fixed a bug that raised exception with empty commands - Fixed the pipeline profiling issues diff --git a/pypiper/_version.py b/pypiper/_version.py index ae6db5f1..fee46bd8 100644 --- a/pypiper/_version.py +++ b/pypiper/_version.py @@ -1 +1 @@ -__version__ = "0.11.0" +__version__ = "0.11.1" diff --git a/requirements/reqs-pypiper.txt b/requirements/reqs-pypiper.txt index b73d9ba2..6a7aeaba 100644 --- a/requirements/reqs-pypiper.txt +++ b/requirements/reqs-pypiper.txt @@ -1,4 +1,4 @@ -attmap>=0.4 +attmap>=0.12.4 pyyaml>=5 psutil