Skip to content

Commit

Permalink
Merge pull request #1490 from ewels/bump-v2.3.2
Browse files Browse the repository at this point in the history
Bump to version v2.3.2
  • Loading branch information
ewels authored Mar 24, 2022
2 parents 3ac076f + 648b9e2 commit 9c5bda4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# nf-core/tools: Changelog

## v2.4dev
## [v2.3.2 - Mercury Vulture Fixed Formatting](https://github.com/nf-core/tools/releases/tag/2.3.2) - [2022-03-24]

Very minor patch release to fix the full size AWS tests and re-run the template sync, which partially failed due to GitHub pull-requests being down at the time of release.

### Template

Expand All @@ -9,10 +11,6 @@
- Remove traces of markdownlint in the template ([#1486](https://github.com/nf-core/tools/pull/1486)
- Remove accidentally added line in `CHANGELOG.md` in the template ([#1487](https://github.com/nf-core/tools/pull/1487))

### 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
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.4dev"
version = "2.3.2"

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

0 comments on commit 9c5bda4

Please sign in to comment.