Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 8f59def

Browse files
committed
Bump version: 0.8.5 → 0.8.6
1 parent e294471 commit 8f59def

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.5
2+
current_version = 0.8.6
33
commit = True
44
tag = True
55

dbload/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
from .query_result import QueryResult
2222

2323

24-
__version__ = "0.8.5"
24+
__version__ = "0.8.6"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Vagiz Duseev <vagiz.duseev@dynatrace.com>"
2424

2525
# Short version
26-
version = "0.8.5"
26+
version = "0.8.6"
2727
# The full version, including alpha/beta/rc tags
2828
release = version
2929

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages = [
1212
]
1313
readme = "README.md"
1414
repository = "https://github.com/dynatrace-oss/db-load-generator"
15-
version = "0.8.5"
15+
version = "0.8.6"
1616

1717
[tool.poetry.scripts]
1818
dbload = "dbload.cli:main"

0 commit comments

Comments
 (0)