Skip to content

Commit bd5c641

Browse files
committed
bump version to 3.1.2
1 parent e6402db commit bd5c641

File tree

3 files changed

+3
-9
lines changed

3 files changed

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

3-
## v3.1.2dev
3+
## [v3.1.2 - Brass Boxfish Patch](https://github.com/nf-core/tools/releases/tag/3.1.2) - [2025-01-21]
44

55
### Template
66

@@ -11,23 +11,17 @@
1111
- Allow `nf-core pipelines download -r` to download commits ([#3374](https://github.com/nf-core/tools/pull/3374))
1212
- Fix faulty Download Test Action to ensure that setup and test run as one job and on the same runner ([#3389](https://github.com/nf-core/tools/pull/3389))
1313

14-
### Linting
15-
1614
### Modules
1715

1816
- Fix bump-versions: only append module name if it is a dir and contains main.nf ([#3384](https://github.com/nf-core/tools/pull/3384))
1917

20-
### Subworkflows
21-
2218
### General
2319

2420
- Parameters schema validation: allow oneOf, anyOf and allOf with `required` ([#3386](https://github.com/nf-core/tools/pull/3386))
2521
- Run pre-comit when rendering template for pipelines sync ([#3371](https://github.com/nf-core/tools/pull/3371))
2622
- Fix sync GHA by removing quotes from parsed branch name ([#3394](https://github.com/nf-core/tools/pull/3394))
2723
- manifest.author is not required anymore ([#3397](https://github.com/nf-core/tools/pull/3397))
2824

29-
### Version updates
30-
3125
## [v3.1.1 - Brass Boxfish Patch](https://github.com/nf-core/tools/releases/tag/3.1.1) - [2024-12-20]
3226

3327
### Template

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

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

0 commit comments

Comments
 (0)