Skip to content

Commit

Permalink
Merge pull request #2702 from mirpedrol/bump-2.13dev
Browse files Browse the repository at this point in the history
bump to 2.13dev [skip changelog]
  • Loading branch information
mirpedrol authored Jan 29, 2024
2 parents d177bd6 + 917890b commit 0ec52ee
Show file tree
Hide file tree
Showing 3 changed files with 14 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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# nf-core/tools: Changelog

# v2.13dev

### Template

### Linting

### Modules

### Subworkflows

### General

# [v2.12 - Aluminium Wolf](https://github.com/nf-core/tools/releases/tag/2.11) - [2024-01-29]

### 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 = "2.12"
version = "2.13dev"

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

0 comments on commit 0ec52ee

Please sign in to comment.