Skip to content

Commit

Permalink
Prepare for v0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
boulund committed Jun 13, 2023
1 parent 33c7029 commit 64bf3a9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Expand Up @@ -13,8 +13,19 @@ files), and the patch version is typically incremented for any set of changes
committed to the master branch that does not trigger any of the aforementioned
situations.

## [0.7.1] Unreleased
### Added

### Fixed

### Changed

### Deprecated

### Removed


## [0.7.0] Unreleased
## [0.7.0] 2023-06-13
### Added
- Host removal: Bowtie2 now available as an option for host removal.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -58,7 +58,7 @@
# The short X.Y version.
version = '0.7.0'
# The full version, including alpha/beta/rc tags.
release = '0.7.0-dev'
release = '0.7.0'

# reStructuredText prolog contains a string of reStructuredText that will be
# included at the beginning of every source file that is read.
Expand Down
2 changes: 1 addition & 1 deletion workflow/Snakefile
Expand Up @@ -22,7 +22,7 @@ from scripts.common import UserMessages, SampleSheet
user_messages = UserMessages()

stag_version = "0.7.0"
singularity_branch_tag = "-develop" # Replace with "-master" before publishing new version
singularity_branch_tag = "-master" # Replace with "-master" before publishing new version

configfile: "config/config.yaml"
report: "report/workflow.rst"
Expand Down

0 comments on commit 64bf3a9

Please sign in to comment.