Skip to content

Commit

Permalink
bump version and notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsmith5 committed Dec 1, 2020
1 parent 7f54483 commit 394eca7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.md
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.


## [0.9.11] -- 2020-12-01

### Changed
- Updated chromosome plot function to handle warnings and still return value

## [0.9.10] -- 2020-11-16

### Changed
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Expand Up @@ -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.10
PEPATAC version 0.9.11
optional arguments:
-h, --help show this help message and exit
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pepatac.py
Expand Up @@ -5,7 +5,7 @@

__author__ = ["Jin Xu", "Nathan Sheffield", "Jason Smith"]
__email__ = "jasonsmith@virginia.edu"
__version__ = "0.9.10"
__version__ = "0.9.11"


from argparse import ArgumentParser
Expand Down
2 changes: 1 addition & 1 deletion usage.txt
Expand Up @@ -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.10
PEPATAC version 0.9.11

optional arguments:
-h, --help show this help message and exit
Expand Down

0 comments on commit 394eca7

Please sign in to comment.