From c7839823d79d6e9a4b19fa9228d6dcc5368ab903 Mon Sep 17 00:00:00 2001 From: jpsmith5 Date: Thu, 4 Mar 2021 09:44:44 -0500 Subject: [PATCH] update version and changes --- docs/changelog.md | 8 ++++++++ docs/usage.md | 2 +- pipelines/peppro.py | 2 +- usage.txt | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 7688e93..f733d3b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.9.11] -- 2021-03-04 + +### Changed + - Fixed error in order of argument terms for _remove_adapters() + +### Added + - Added documentation for using custom adapters + ## [0.9.10] -- 2020-09-28 ### Changed diff --git a/docs/usage.md b/docs/usage.md index ba5199f..7f172ca 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -25,7 +25,7 @@ usage: peppro.py [-h] [-R] [-N] [-D] [-F] [-T] [--silent] [--verbosity V] [--coverage] [--keep] [--noFIFO] [--no-complexity] [--prioritize] [-V] -PEPPRO version 0.9.10 +PEPPRO version 0.9.11 optional arguments: -h, --help show this help message and exit diff --git a/pipelines/peppro.py b/pipelines/peppro.py index eb79483..b1a146e 100755 --- a/pipelines/peppro.py +++ b/pipelines/peppro.py @@ -5,7 +5,7 @@ __author__ = ["Jason Smith", "Nathan Sheffield", "Mike Guertin"] __email__ = "jasonsmith@virginia.edu" -__version__ = "0.9.10" +__version__ = "0.9.11" from argparse import ArgumentParser import os diff --git a/usage.txt b/usage.txt index 377e4ef..1541684 100644 --- a/usage.txt +++ b/usage.txt @@ -17,7 +17,7 @@ usage: peppro.py [-h] [-R] [-N] [-D] [-F] [-T] [--silent] [--verbosity V] [--coverage] [--keep] [--noFIFO] [--no-complexity] [--prioritize] [-V] -PEPPRO version 0.9.10 +PEPPRO version 0.9.11 optional arguments: -h, --help show this help message and exit