Skip to content

Commit

Permalink
Bump version: 1.1.2 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vduseev committed Nov 20, 2021
1 parent 1627e9a commit cc8c930
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.1.2
current_version = 1.2.0
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.1.2"
__version__ = "1.2.0"
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.1.2"
version = "1.2.0"

authors = ["vduseev <vagiz@duseev.com>", "IMInterne <equipe_interne@innovmetric.com>"]
maintainers = ["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.1.2"]
requires = ["poetry-core>=1.2.0"]

0 comments on commit cc8c930

Please sign in to comment.