File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- image : nfcore/gitpod:dev
1+ image : nfcore/gitpod:latest
22tasks :
33 - name : install current state of nf-core/tools and setup pre-commit
44 command : |
Original file line number Diff line number Diff line change 11# nf-core/tools: Changelog
22
3- ## v3.2.0dev
3+ ## [ v3.2.0 - Pewter Pangolin ] ( https://github.com/nf-core/tools/releases/tag/3.2.0 ) - [ 2025-01-27 ]
44
55### Template
66
77- Remove automated release tweets ([ #3419 ] ( https://github.com/nf-core/tools/pull/3419 ) )
88- Update template components ([ #3426 ] ( https://github.com/nf-core/tools/pull/3426 ) )
99
10- ### Linting
11-
1210### Modules
1311
1412- Modules created in pipelines "local" dir now use the full template ([ #3256 ] ( https://github.com/nf-core/tools/pull/3256 ) )
Original file line number Diff line number Diff line change 22
33from setuptools import find_packages , setup
44
5- version = "3.2.0dev "
5+ version = "3.2.0 "
66
77with open ("README.md" ) as f :
88 readme = f .read ()
You can’t perform that action at this time.
0 commit comments