File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# nf-core/tools: Changelog
22
3- ## v3.2.1dev
3+ ## [ v3.2.1 - Pewter Pangolin Patch ] ( https://github.com/nf-core/tools/releases/tag/3.2.1 ) - [ 2025-04-29 ]
44
55### Template
66
7- - Run awsfulltest after release, and with dev revision on PRs to master ([ #3485 ] ( https://github.com/nf-core/tools/pull/3485 ) )
8- - downgrade nf-schema to fix CI tests ([ #3544 ] ( https://github.com/nf-core/tools/pull/3544 ) )
7+ - Run awsfulltest after release, and with dev revision on PRs to master/main ([ #3485 ] ( https://github.com/nf-core/tools/pull/3485 ) )
8+ - Downgrade nf-schema to fix CI tests ([ #3544 ] ( https://github.com/nf-core/tools/pull/3544 ) )
99
1010## [ v3.2.0 - Pewter Pangolin] ( https://github.com/nf-core/tools/releases/tag/3.2.0 ) - [ 2025-01-27]
1111
Original file line number Diff line number Diff line change 22
33from setuptools import find_packages , setup
44
5- version = "3.2.0 "
5+ version = "3.2.1 "
66
77with open ("README.md" ) as f :
88 readme = f .read ()
You can’t perform that action at this time.
0 commit comments