From f0862f1e0f94d165a10d77940a9d08a192823432 Mon Sep 17 00:00:00 2001 From: mashehu Date: Thu, 9 May 2024 11:20:51 +0200 Subject: [PATCH] version bump to 2.14.1 --- CHANGELOG.md | 16 +++++++++++++++- setup.py | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7eea54dd0..fd7817d5de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # nf-core/tools: Changelog -## [v2.14.0 - Tantalum Toad](https://github.com/nf-core/tools/releases/tag/2.14) - [2024-05-07] +## [v2.14.1 - Tantalum Toad - Patch](https://github.com/nf-core/tools/releases/tag/2.14.1) - [2024-05-09] + +### Template + +- Don't cache pip in `linting.yml` ([#2961](https://github.com/nf-core/tools/pull/2961)) + +### Linting + +### Download + +### Components + +### General + +## [v2.14.0 - Tantalum Toad](https://github.com/nf-core/tools/releases/tag/2.14.0) - [2024-05-08] ### Template diff --git a/setup.py b/setup.py index 1ebf4a6b38..47137cde70 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup -version = "2.14.0" +version = "2.14.1" with open("README.md") as f: readme = f.read()