Skip to content

Commit 92408c3

Browse files
committed
bump to v3.2.0
1 parent 5236c85 commit 92408c3

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: nfcore/gitpod:dev
1+
image: nfcore/gitpod:latest
22
tasks:
33
- name: install current state of nf-core/tools and setup pre-commit
44
command: |

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# nf-core/tools: Changelog
22

3-
## v3.2.0dev
3+
## [v3.2.0 - Pewter Pangolin](https://github.com/nf-core/tools/releases/tag/3.2.0) - [2025-01-27]
44

55
### Template
66

77
- Remove automated release tweets ([#3419](https://github.com/nf-core/tools/pull/3419))
88
- Update template components ([#3426](https://github.com/nf-core/tools/pull/3426))
99

10-
### Linting
11-
1210
### Modules
1311

1412
- Modules created in pipelines "local" dir now use the full template ([#3256](https://github.com/nf-core/tools/pull/3256))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
version = "3.2.0dev"
5+
version = "3.2.0"
66

77
with open("README.md") as f:
88
readme = f.read()

0 commit comments

Comments
 (0)