From 3547db1ff26a6dfcc5d55bf47f0a607b26388b8b Mon Sep 17 00:00:00 2001 From: jpsmith5 Date: Mon, 2 Nov 2020 09:04:47 -0500 Subject: [PATCH] update version --- docs/changelog.md | 6 ++++++ docs/usage.md | 2 +- pipelines/pepatac.py | 2 +- usage.txt | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 0f7cfac0..932e74a8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,12 @@ # Change log All notable changes to this project will be documented in this file. +## [0.9.9] -- 2020-11-02 + +### Changed + - Improved messaging on missing feature annotation asset + - Fixed resource name for manual TSS file + ## [0.9.8] -- 2020-10-22 ### Added diff --git a/docs/usage.md b/docs/usage.md index 564b9ef7..e9040a1d 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -22,7 +22,7 @@ usage: pepatac.py [-h] [-R] [-N] [-D] [-F] [-T] [--silent] [--verbosity V] [--motif] [--sob] [--no-scale] [--prioritize] [--keep] [--noFIFO] [--lite] [--skipqc] [-V] -PEPATAC version 0.9.8 +PEPATAC version 0.9.9 optional arguments: -h, --help show this help message and exit diff --git a/pipelines/pepatac.py b/pipelines/pepatac.py index c503268f..c5db7b23 100755 --- a/pipelines/pepatac.py +++ b/pipelines/pepatac.py @@ -5,7 +5,7 @@ __author__ = ["Jin Xu", "Nathan Sheffield", "Jason Smith"] __email__ = "jasonsmith@virginia.edu" -__version__ = "0.9.8" +__version__ = "0.9.9" from argparse import ArgumentParser diff --git a/usage.txt b/usage.txt index b42f2344..60d598ad 100644 --- a/usage.txt +++ b/usage.txt @@ -14,7 +14,7 @@ usage: pepatac.py [-h] [-R] [-N] [-D] [-F] [-T] [--silent] [--verbosity V] [--motif] [--sob] [--no-scale] [--prioritize] [--keep] [--noFIFO] [--lite] [--skipqc] [-V] -PEPATAC version 0.9.8 +PEPATAC version 0.9.9 optional arguments: -h, --help show this help message and exit