We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a3120 commit 129858bCopy full SHA for 129858b
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# nf-core/tools: Changelog
2
3
+## [v3.3.1 - Tungsten Tamarin Patch](https://github.com/nf-core/tools/releases/tag/3.3.1) - [2025-06-02]
4
+
5
+### Template
6
7
+- Fix nf-test.yml file formatting ([#3601](https://github.com/nf-core/tools/pull/3601))
8
9
## [v3.3.0 - Tungsten Tamarin](https://github.com/nf-core/tools/releases/tag/3.3.0) - [2025-06-02]
10
11
**Highlights**
setup.py
@@ -2,7 +2,7 @@
from setuptools import find_packages, setup
-version = "3.3.0"
+version = "3.3.1"
with open("README.md") as f:
readme = f.read()
0 commit comments