Skip to content

Commit

Permalink
⬆️ Bump to 8.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbadyal committed Dec 7, 2024
1 parent 708ef41 commit 67963af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion esxport/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from esxport.click_opt.cli_options import CliOptions
from esxport.esxport import EsXport

__version__ = "8.15.0"
__version__ = "8.16.0"
__all__ = ["CliOptions", "EsXport", "__version__"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ reportMissingTypeStubs = false
# github_url = "https://github.com/<user or organization>/<project>/"

[tool.tbump.version]
current = "8.15.0"
current = "8.16.0"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
click==8.1.7
click-params==0.5.0
elasticsearch==8.15.0
elasticsearch==8.16.0
loguru==0.7.3
tenacity==9.0.0
tqdm==4.67.1
Expand Down
2 changes: 1 addition & 1 deletion test/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
STACK_VERSION=8.15.0
STACK_VERSION=8.16.0
NODES=1
PORT=9200
SECURITY_ENABLED=true
Expand Down

0 comments on commit 67963af

Please sign in to comment.