Skip to content

Commit

Permalink
Merge branch 'dev' into fix-modules-update-action
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu authored May 9, 2024
2 parents ac5373a + fe1818c commit c76aa80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: nfcore/gitpod:dev
image: nfcore/gitpod:latest
tasks:
- name: install current state of nf-core/tools and setup pre-commit
command: |
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nf-core/tools: Changelog

## v2.14.1dev
## [v2.14.1 - Tantalum Toad - Patch](https://github.com/nf-core/tools/releases/tag/2.14.1) - [2024-05-09]

### Template

Expand All @@ -16,7 +16,7 @@

- Fix update github action for components in pipeline template ([#2968](https://github.com/nf-core/tools/pull/2968))

## [v2.14.0 - Tantalum Toad](https://github.com/nf-core/tools/releases/tag/2.14) - [2024-05-07]
## [v2.14.0 - Tantalum Toad](https://github.com/nf-core/tools/releases/tag/2.14.0) - [2024-05-08]

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

version = "2.14.1dev"
version = "2.14.1"

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

0 comments on commit c76aa80

Please sign in to comment.