Skip to content

Commit b288780

Browse files
committed
Bump version: 2.5.1 → 2.5.2
1 parent c13e5dd commit b288780

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Diff for: docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# The short X.Y version
2626
version = u'2.0'
2727
# The full version, including alpha/beta/rc tags
28-
release = u'2.5.1'
28+
release = u'2.5.2'
2929

3030

3131
# -- General configuration ---------------------------------------------------

Diff for: niapy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
__all__ = ["algorithms", "problems", "util", "task", "Runner"]
99
__project__ = "NiaPy"
10-
__version__ = "2.5.1"
10+
__version__ = "2.5.2"
1111

1212
VERSION = "{0} v{1}".format(__project__, __version__)

Diff for: pyproject.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "niapy"
4-
version = "2.5.1"
4+
version = "2.5.2"
55
description = "Python micro framework for building nature-inspired algorithms."
66
authors = ["NiaOrg <[email protected]>"]
77
license = "MIT"
@@ -57,7 +57,7 @@ pandoc = "^2.3"
5757

5858

5959
[tool.bumpversion]
60-
current_version = "2.5.1"
60+
current_version = "2.5.2"
6161
allow_dirty = true
6262
commit = true
6363
tag = true
@@ -90,6 +90,7 @@ replace = "release = u'{new_version}'"
9090

9191

9292

93+
9394
[tool.git-changelog]
9495
convention = "basic"
9596
in-place = true
@@ -106,6 +107,7 @@ template = "keepachangelog"
106107

107108

108109

110+
109111
[build-system]
110112
requires = ["poetry-core"]
111113
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)