From fc3ff912b5909989d1123dd2736f035bba585918 Mon Sep 17 00:00:00 2001 From: CunliangGeng Date: Tue, 17 Sep 2024 12:24:01 +0000 Subject: [PATCH] Update version to 2.0.0-alpha.6 --- CHANGELOG.md | 11 +++++++++++ CITATION.cff | 2 +- pyproject.toml | 2 +- src/nplinker/__init__.py | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ae022f..06297184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v2.0.0-alpha.6](https://github.com/NPLinker/nplinker/tree/v2.0.0-alpha.6) (2024-09-17) + +[Full Changelog](https://github.com/NPLinker/nplinker/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) + +**Merged pull requests:** + +- Allow bigscape run for local mode [\#277](https://github.com/NPLinker/nplinker/pull/277) ([CunliangGeng](https://github.com/CunliangGeng)) +- Add table display for link graph [\#276](https://github.com/NPLinker/nplinker/pull/276) ([CunliangGeng](https://github.com/CunliangGeng)) +- Handle two quantification table folders of GNPS feature-based workflow [\#275](https://github.com/NPLinker/nplinker/pull/275) ([CunliangGeng](https://github.com/CunliangGeng)) +- Verify the support of WSL [\#274](https://github.com/NPLinker/nplinker/pull/274) ([CunliangGeng](https://github.com/CunliangGeng)) + ## [v2.0.0-alpha.5](https://github.com/NPLinker/nplinker/tree/v2.0.0-alpha.5) (2024-08-22) [Full Changelog](https://github.com/NPLinker/nplinker/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) diff --git a/CITATION.cff b/CITATION.cff index f05d24b4..f4d42db6 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -45,7 +45,7 @@ authors: - given-names: Marnix family-names: Medema -version: "2.0.0-alpha.5" +version: "2.0.0-alpha.6" repository-code: "https://github.com/NPLinker/nplinker" keywords: - Genome diff --git a/pyproject.toml b/pyproject.toml index 93c868ec..4ab04c75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "nplinker" -version = "2.0.0-alpha.5" +version = "2.0.0-alpha.6" description = "Natural Products Linker" readme = "README.md" requires-python = ">=3.9" diff --git a/src/nplinker/__init__.py b/src/nplinker/__init__.py index 274a04b4..e7efe61e 100644 --- a/src/nplinker/__init__.py +++ b/src/nplinker/__init__.py @@ -7,7 +7,7 @@ __author__ = "Cunliang Geng" __email__ = "c.geng@esciencecenter.nl" -__version__ = "2.0.0-alpha.5" +__version__ = "2.0.0-alpha.6" __all__ = ["NPLinker", "setup_logging"]