Skip to content

Commit e1cc6c9

Browse files
authored
bump version to 3.3.2 (#3666)
1 parent 6ebf39b commit e1cc6c9

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# nf-core/tools: Changelog
22

3-
## v3.3.2dev
3+
## [v3.3.2dev - Tungsten Tamarin Patch 2](https://github.com/nf-core/tools/releases/tag/3.3.2) - [2025-07-08]
44

55
### Template
66

@@ -13,6 +13,8 @@
1313
- Fix link to nf-test GHA in README.md ([#3630](https://github.com/nf-core/tools/pull/3630))
1414
- Add accelerator directive for GPU-enabled processes ([#3632](https://github.com/nf-core/tools/pull/3632))
1515
- Update dependency prettier to v3.6.0 ([#3641](https://github.com/nf-core/tools/pull/3641)) and 3.6.2 ([#3646](https://github.com/nf-core/tools/pull/3646))
16+
- Add opt-in feature `gpu` ([#3562](https://github.com/nf-core/tools/pull/3562))
17+
- Update zentered/bluesky-post-action action to v0.3.0 ([#3626](https://github.com/nf-core/tools/pull/3626))
1618

1719
### Linting
1820

@@ -28,25 +30,24 @@
2830

2931
### General
3032

31-
- Add conda cache dir ([#3610](https://github.com/nf-core/tools/pull/3610))
3233
- update id of ruff hook in pre-commit config ([#3621](https://github.com/nf-core/tools/pull/3621))
33-
- Drop python 3.8, add tests with python 3.13 ([#3538](https://github.com/nf-core/tools/pull/3538))
3434
- Fixes a bug with the test-datasets subcommand [#3617](https://github.com/nf-core/tools/issues/3617)
35-
- Update pre-commit hook pre-commit/mirrors-mypy to v1.16.1 ([#3624](https://github.com/nf-core/tools/pull/3624))
3635
- Pin python Docker tag to f2fdaec ([#3623](https://github.com/nf-core/tools/pull/3623))
37-
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.12.0 ([#3627](https://github.com/nf-core/tools/pull/3627))
38-
- Update zentered/bluesky-post-action action to v0.3.0 ([#3626](https://github.com/nf-core/tools/pull/3626))
39-
- Update dependency textual to v3.5.0 ([#3636](https://github.com/nf-core/tools/pull/3636))
4036
- Make changelog bot push to correct remote ([#3638](https://github.com/nf-core/tools/pull/3638))
4137
- Give unique button ids to help buttons in create app ([#3645](https://github.com/nf-core/tools/pull/3645))
4238
- Parallelize pytest runs and speed up coverage step ([#3635](https://github.com/nf-core/tools/pull/3635))
4339
- Update gitpod/workspace-base Docker digest to 77021d8 ([#3649](https://github.com/nf-core/tools/pull/3649))
44-
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.12.1 ([#3648](https://github.com/nf-core/tools/pull/3648))
4540
- Update error message for rocrate_readme_sync ([#3652](https://github.com/nf-core/tools/pull/3652))
4641
- Update `nf-core modules info` command after `meta.yml` restructuring ([#3659](https://github.com/nf-core/tools/pull/3659))
4742
- Enable parsing of multi-line config values ([#3629](https://github.com/nf-core/tools/pull/3629))
43+
44+
#### Version updates
45+
46+
- Drop python 3.8, add tests with python 3.13 ([#3538](https://github.com/nf-core/tools/pull/3538))
4847
- Update python:3.13-slim Docker digest to 6544e0e ([#3663](https://github.com/nf-core/tools/pull/3663))
49-
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.12.2 ([#3661](https://github.com/nf-core/tools/pull/3661))
48+
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.12.2 ([#3627](https://github.com/nf-core/tools/pull/3627),[#3648](https://github.com/nf-core/tools/pull/3648), [#3661](https://github.com/nf-core/tools/pull/3661))
49+
- Update dependency textual to v3.5.0 ([#3636](https://github.com/nf-core/tools/pull/3636))
50+
- Update pre-commit hook pre-commit/mirrors-mypy to v1.16.1 ([#3624](https://github.com/nf-core/tools/pull/3624))
5051

5152
## [v3.3.1 - Tungsten Tamarin Patch](https://github.com/nf-core/tools/releases/tag/3.3.1) - [2025-06-02]
5253

@@ -117,7 +118,6 @@ We also enabled to install subworkflows with modules from different remotes.
117118
- Handling issue with arity #3530 ([#3539](https://github.com/nf-core/tools/pull/3539))
118119
- GitHub action for nightly tests with Nextflow from source ([#3553](https://github.com/nf-core/tools/pull/3553))
119120
- Update CI to test template pipelines with nf-test ([#3559](https://github.com/nf-core/tools/pull/3559))
120-
- Add opt-in feature `gpu` ([#3562](https://github.com/nf-core/tools/pull/3562))
121121
- Use secret for notification email on nextflow nightly builds ([#3576](https://github.com/nf-core/tools/pull/3576))
122122
- Use pdiff from setup-nf-test ([#3578](https://github.com/nf-core/tools/pull/3578))
123123

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.3.2dev"
5+
version = "3.3.2"
66

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

0 commit comments

Comments
 (0)