Skip to content

Commit

Permalink
Merge pull request #3370 from mirpedrol/bump-3.2.0dev
Browse files Browse the repository at this point in the history
bump to 3.2.0dev
  • Loading branch information
mirpedrol authored Jan 7, 2025
2 parents 82eccbe + 40fa26e commit 340523c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: nfcore/gitpod:latest
image: nfcore/gitpod:dev
tasks:
- name: install current state of nf-core/tools and setup pre-commit
command: |
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# nf-core/tools: Changelog

## v3.2.0dev

### Template

### Linting

### Modules

### Subworkflows

### General

- bump to 3.2.0dev ([#3370](https://github.com/nf-core/tools/pull/3370))

### Version updates

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

### Template
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import find_packages, setup

version = "3.1.1"
version = "3.2.0dev"

with open("README.md") as f:
readme = f.read()
Expand Down

0 comments on commit 340523c

Please sign in to comment.