Skip to content

Commit 0716d91

Browse files
authored
Merge pull request #3409 from mirpedrol/bump-to-3.2.0
bump version to 3.2.0dev
2 parents e481084 + fd0016c commit 0716d91

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.gitpod.yml

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

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# nf-core/tools: Changelog
22

3+
## v3.2.0dev
4+
5+
### Template
6+
7+
### Linting
8+
9+
### Modules
10+
11+
### Subworkflows
12+
13+
### General
14+
315
## [v3.1.2 - Brass Boxfish Patch](https://github.com/nf-core/tools/releases/tag/3.1.2) - [2025-01-20]
416

517
### Template

setup.py

+1-1
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.2"
5+
version = "3.2.0dev"
66

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

0 commit comments

Comments
 (0)