Skip to content

Commit

Permalink
include new attmap
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed May 30, 2019
1 parent 126e23c commit 3fee12f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pypiper/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.11.0"
__version__ = "0.11.1"
2 changes: 1 addition & 1 deletion requirements/reqs-pypiper.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
attmap>=0.4
attmap>=0.12.4
pyyaml>=5
psutil

0 comments on commit 3fee12f

Please sign in to comment.