Skip to content

Commit

Permalink
Update version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng authored and github-actions[bot] committed Aug 5, 2022
1 parent a5f0fc2 commit f148356
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/nplinker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

__author__ = "Cunliang Geng"
__email__ = "[email protected]"
__version__ = "1.3.0"
__version__ = "1.3.1"

0 comments on commit f148356

Please sign in to comment.