Skip to content

Commit

Permalink
bump to 2.7.2 for patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Dec 19, 2022
1 parent d45b8e3 commit 02acf65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nf-core/tools: Changelog

# v2.8dev
## [v2.7.2 - Mercury Eagle Patch](https://github.com/nf-core/tools/releases/tag/2.7.2) - [2022-12-19]

### Template

Expand All @@ -12,10 +12,6 @@
- Allow specifying containers in less than three lines ([#2121](https://github.com/nf-core/tools/pull/2121))
- Run prettier after dumping a json schema file ([#2124](https://github.com/nf-core/tools/pull/2124))

### Modules

### Subworkflows

### General

- Only check that a pipeline name doesn't contain dashes if the name is provided by prompt of `--name`. Don't check if a template file is used. ([#2123](https://github.com/nf-core/tools/pull/2123))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import find_packages, setup

version = "2.8dev"
version = "2.7.2"

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

0 comments on commit 02acf65

Please sign in to comment.