From f148356b175087a6e9c4c0ae46d3b4de521d7bf0 Mon Sep 17 00:00:00 2001 From: CunliangGeng Date: Fri, 5 Aug 2022 16:10:07 +0000 Subject: [PATCH] Update version to 1.3.1 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 13 +++++++++++++ CITATION.cff | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- src/nplinker/__init__.py | 2 +- 6 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6c4f3e7a..83310ae7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.0 +current_version = 1.3.1 [comment] comment = The contents of this file cannot be merged with that of setup.cfg until https://github.com/c4urself/bump2version/issues/185 is resolved diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e2e94c3..e47eb5ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [v1.3.1](https://github.com/NPLinker/nplinker/tree/v1.3.1) (2022-08-05) + +[Full Changelog](https://github.com/NPLinker/nplinker/compare/v1.3.0...v1.3.1) + +**Closed issues:** + +- Important: Stop committing until restructuring is done [\#73](https://github.com/NPLinker/nplinker/issues/73) +- Explore tutorials/modules are relevant to develop the dashboard [\#68](https://github.com/NPLinker/nplinker/issues/68) + +**Merged pull requests:** + +- Refine install script and upgrade python syntax [\#75](https://github.com/NPLinker/nplinker/pull/75) ([CunliangGeng](https://github.com/CunliangGeng)) + ## [v1.3.0](https://github.com/NPLinker/nplinker/tree/v1.3.0) (2022-07-21) [Full Changelog](https://github.com/NPLinker/nplinker/compare/v1.2.0...v1.3.0) diff --git a/CITATION.cff b/CITATION.cff index 25fa4350..8269e51c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -45,7 +45,7 @@ authors: - given-names: Marnix family-names: Medema -version: "1.3.0" +version: "1.3.1" repository-code: "https://github.com/NPLinker/nplinker" keywords: - Genome diff --git a/docs/conf.py b/docs/conf.py index d02a7749..c8f2915b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # built documents. # # The short X.Y version. -version = "1.3.0" +version = "1.3.1" # The full version, including alpha/beta/rc tags. release = version diff --git a/pyproject.toml b/pyproject.toml index 222911dc..5280c1fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "nplinker" -version = "1.3.0" +version = "1.3.1" description = "Natural Products Linker" readme = "README.md" requires-python = ">=3.7" diff --git a/src/nplinker/__init__.py b/src/nplinker/__init__.py index 3fe4893b..4faa974e 100644 --- a/src/nplinker/__init__.py +++ b/src/nplinker/__init__.py @@ -5,4 +5,4 @@ __author__ = "Cunliang Geng" __email__ = "c.geng@esciencecenter.nl" -__version__ = "1.3.0" +__version__ = "1.3.1"