Skip to content

Commit fc51b69

Browse files
committed
Bump version: 2.2.5 → 2.2.6
1 parent 779a204 commit fc51b69

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = "2.2.5"
61+
version = "2.2.6"
6262
# The full version, including alpha/beta/rc tags.
63-
release = "2.2.5"
63+
release = "2.2.6"
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "apsis"
7-
version = "2.2.5"
7+
version = "2.2.6"
88
description = "Easy-to-use task scheduler"
99
readme = "README.md"
1010
license = {text = "MIT License"}
@@ -103,7 +103,7 @@ lint.select = ["F"]
103103
line-length = 100
104104

105105
[tool.bumpversion]
106-
current_version = "2.2.5"
106+
current_version = "2.2.6"
107107
commit = true
108108
tag = true
109109
tag_name = "v{new_version}"

0 commit comments

Comments
 (0)