Skip to content

Commit

Permalink
New release.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed May 9, 2017
1 parent 13047a4 commit 6a9edfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Change Log

## Unreleased
## [3.12.0] - 2017-05-09
### Added
- Support for RMarkdown (.Rmd) in script directives.
- New option --debug-dag that prints all decisions while building the DAG of jobs. This helps to debug problems like cycles or unexpected MissingInputExceptions.
- New option --conda-prefix to specify the place where conda environments are stored.

### Changed
- Benchmark files now also include the maximal RSS and VMS size of the Snakemake process and all sub processes.
Expand Down
2 changes: 1 addition & 1 deletion snakemake/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "3.11.2"
__version__ = "3.12.0"

MIN_PY_VERSION = (3, 3)

0 comments on commit 6a9edfb

Please sign in to comment.