Skip to content

Commit

Permalink
Merge pull request #1484 from ewels/master
Browse files Browse the repository at this point in the history
Bump to v2.4dev
  • Loading branch information
ewels authored Mar 23, 2022
2 parents ab0b99d + 15d9c82 commit c9acdf9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# nf-core/tools: Changelog

## v2.4dev

### Template

### General

### Modules

## [v2.3.1 - Mercury Vulture Formatting](https://github.com/nf-core/tools/releases/tag/2.3.1) - [2022-03-23]

This patch release is primarily to address problems that we had in the v2.3 release with code linting.
Expand Down Expand Up @@ -44,8 +52,6 @@ Please note that there are many excellent integrations for Prettier available, f
- New pipeline lint test `multiqc_config` that checks YAML structure instead of basic file contents ([#1461](https://github.com/nf-core/tools/pull/1461))
- Updates to the GitPod docker image to install the latest version of nf-core/tools

### Modules

## [v2.3 - Mercury Vulture](https://github.com/nf-core/tools/releases/tag/2.3) - [2022-03-15]

### Template
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 setup, find_packages

version = "2.3.1"
version = "2.4dev"

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

0 comments on commit c9acdf9

Please sign in to comment.