diff --git a/CHANGELOG.md b/CHANGELOG.md index 829ed5dd5c..b3fc48382c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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. diff --git a/setup.py b/setup.py index 5fda0ae5be..90949a1dd7 100644 --- a/setup.py +++ b/setup.py @@ -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()