Skip to content

Commit 6d6c996

Browse files
authored
Merge pull request #3839 from mashehu/bump-version-back
2 parents 0ddc346 + 6fb78b8 commit 6d6c996

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nfcore",
3-
"image": "nfcore/devcontainer:latest",
3+
"image": "nfcore/devcontainer:dev",
44

55
"remoteEnv": {
66
// Workspace path on the host for mounting with docker-outside-of-docker

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# nf-core/tools: Changelog
22

3+
## v3.5.0dev
4+
5+
### General
6+
7+
### Template
8+
9+
### Linting
10+
11+
### Modules
12+
13+
### Subworkflows
14+
315
## [v3.4.1 - Ducol Dingo Patch 1](https://github.com/nf-core/tools/releases/tag/3.4.1) - [2025-10-16]
416

517
### 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.4.1"
5+
version = "3.5.0dev"
66

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

0 commit comments

Comments
 (0)