Skip to content

Commit

Permalink
update version and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsmith5 committed Mar 4, 2021
1 parent e6a25cc commit c783982
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pipelines/peppro.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c783982

Please sign in to comment.