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

Commit

Permalink
Bump version: 0.8.5 → 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vduseev committed Jun 18, 2021
1 parent e294471 commit 8f59def
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = 0.8.5
current_version = 0.8.6
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion dbload/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
from .query_result import QueryResult


__version__ = "0.8.5"
__version__ = "0.8.6"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Vagiz Duseev <[email protected]>"

# Short version
version = "0.8.5"
version = "0.8.6"
# 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 @@ -12,7 +12,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/dynatrace-oss/db-load-generator"
version = "0.8.5"
version = "0.8.6"

[tool.poetry.scripts]
dbload = "dbload.cli:main"
Expand Down

0 comments on commit 8f59def

Please sign in to comment.