Skip to content

Commit

Permalink
Bump version: 1.2.0 → 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vduseev committed Aug 1, 2022
1 parent df786e6 commit c6e72b9
Show file tree
Hide file tree
Showing 3 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 = 1.2.0
current_version = 1.2.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion opensearch_logger/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Current version of the package."""

__version__ = "1.2.0"
__version__ = "1.2.1"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "opensearch-logger"
version = "1.2.0"
version = "1.2.1"

authors = [
"vduseev <vagiz@duseev.com>",
Expand Down Expand Up @@ -51,4 +51,4 @@ pytest-mypy = "^0.8.1"

[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.2.0"]
requires = ["poetry-core>=1.2.1"]

0 comments on commit c6e72b9

Please sign in to comment.