We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e481084 + fd0016c commit 0716d91Copy full SHA for 0716d91
.gitpod.yml
@@ -1,4 +1,4 @@
1
-image: nfcore/gitpod:latest
+image: nfcore/gitpod:dev
2
tasks:
3
- name: install current state of nf-core/tools and setup pre-commit
4
command: |
CHANGELOG.md
@@ -1,5 +1,17 @@
# nf-core/tools: Changelog
+## v3.2.0dev
+
5
+### Template
6
7
+### Linting
8
9
+### Modules
10
11
+### Subworkflows
12
13
+### General
14
15
## [v3.1.2 - Brass Boxfish Patch](https://github.com/nf-core/tools/releases/tag/3.1.2) - [2025-01-20]
16
17
### Template
setup.py
@@ -2,7 +2,7 @@
from setuptools import find_packages, setup
-version = "3.1.2"
+version = "3.2.0dev"
with open("README.md") as f:
readme = f.read()
0 commit comments