From 2983c47a9f2b7764f498caae44dbb323fd90021c Mon Sep 17 00:00:00 2001 From: mirpedrol Date: Wed, 31 Aug 2022 10:55:06 +0200 Subject: [PATCH 1/2] bump to 2.5.1 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8132f37c05..eb7e437216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ ### Modules +## [v2.5 - Gold Otter Patch](https://github.com/nf-core/tools/releases/tag/2.5) - [2022-08-31] + +- Patch release to fix black linting in pipelines ([#1789](https://github.com/nf-core/tools/pull/1789)). + ## [v2.5 - Gold Otter](https://github.com/nf-core/tools/releases/tag/2.5) - [2022-08-30] ### Template diff --git a/setup.py b/setup.py index 0759633a0b..f3335db354 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup -version = "2.6dev" +version = "2.5.1" with open("README.md") as f: readme = f.read() From d79c14e43fd72cf786cfdfbecce760ecf9c58e80 Mon Sep 17 00:00:00 2001 From: mirpedrol Date: Wed, 31 Aug 2022 12:15:26 +0200 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66dc35aa0c..e3aa9da72f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,13 @@ ### General -- Update GitHub PyPI package release action to v1 ([#1785](https://github.com/nf-core/tools/pull/1785)) - ### Modules ## [v2.5 - Gold Otter Patch](https://github.com/nf-core/tools/releases/tag/2.5) - [2022-08-31] -- Patch release to fix black linting in pipelines ([#1789](https://github.com/nf-core/tools/pull/1789)). +- Patch release to fix black linting in pipelines ([#1789](https://github.com/nf-core/tools/pull/1789)) +- Add isort options to pyproject.toml ([#1792](https://github.com/nf-core/tools/pull/1792)) +- Update GitHub PyPI package release action to v1 ([#1785](https://github.com/nf-core/tools/pull/1785)) ## [v2.5 - Gold Otter](https://github.com/nf-core/tools/releases/tag/2.5) - [2022-08-30]