Skip to content

Commit

Permalink
Merge pull request #807 from ewels/v1.12.1-version-bump
Browse files Browse the repository at this point in the history
Bump version for v.1.12.1 release
  • Loading branch information
ewels authored Dec 3, 2020
2 parents 4586295 + a57a825 commit 9c6cca5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
21 changes: 10 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
# nf-core/tools: Changelog

## v1.13dev
## [v1.12.1 - Silver Dolphin](https://github.com/nf-core/tools/releases/tag/1.12.1) - [2020-12-03]

* Swapped PyInquirer with questionary for command line questions in `launch.py` [[#726](https://github.com/nf-core/tools/issues/726)]
* This should fix conda installation issues that some people had been hitting
* The change also allows other improvements to the UI
### Template

* Finished switch from `$baseDir` to `$projectDir` in `iGenomes.conf` and `main.nf`
* Main fix is for `smail_fields` which was a bug introduced in the previous release. Sorry about that!
* Ported a number of small content tweaks from nf-core/eager to the template [[#786](https://github.com/nf-core/tools/issues/786)]
* Better contributing documentation, more placeholders in documentation files, more relaxed markdownlint exceptions for certain HTML tags, more content for the PR and issue templates.

### Tools helper code

* Pipeline schema: make parameters of type `range` to `number`. [[#738](https://github.com/nf-core/tools/issues/738)]
* Respect `$NXF_HOME` when looking for pipelines with `nf-core list` [[#798](https://github.com/nf-core/tools/issues/798)]

### Template

### Linting

* Swapped PyInquirer with questionary for command line questions in `launch.py` [[#726](https://github.com/nf-core/tools/issues/726)]
* This should fix conda installation issues that some people had been hitting
* The change also allows other improvements to the UI
* Fix linting crash when a file deleted but not yet staged in git [[#796](https://github.com/nf-core/tools/issues/796)]

### Other

## [v1.12 - Mercury Weasel](https://github.com/nf-core/tools/releases/tag/1.12) - [2020-11-19]

### Tools helper code
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages
import sys

version = "1.13dev"
version = "1.12.1"

with open("README.md") as f:
readme = f.read()
Expand Down

0 comments on commit 9c6cca5

Please sign in to comment.