Skip to content

Commit 05abe64

Browse files
committed
Bump version: 0.36.2 → 0.36.3
1 parent 3f58929 commit 05abe64

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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 = "0.36.2"
61+
version = "0.36.3"
6262
# The full version, including alpha/beta/rc tags.
63-
release = "0.36.2"
63+
release = "0.36.3"
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 = "0.36.2"
7+
version = "0.36.3"
88
description = "Easy-to-use task scheduler"
99
readme = "README.md"
1010
license = {text = "MIT License"}
@@ -100,7 +100,7 @@ lint.select = ["F"]
100100
line-length = 100
101101

102102
[tool.bumpversion]
103-
current_version = "0.36.2"
103+
current_version = "0.36.3"
104104
commit = true
105105
tag = true
106106
tag_name = "v{new_version}"

0 commit comments

Comments
 (0)