Skip to content

Commit

Permalink
⬆️ Bump to 8.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbadyal committed Aug 21, 2024
1 parent 79c745e commit ad8f637
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.10.0"
__version__ = "8.15.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 @@ -135,7 +135,7 @@ reportMissingTypeStubs = false
# github_url = "https://github.com/<user or organization>/<project>/"

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

# Example of a semver regexp.
# Make sure this matches current_version before
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.10.0
STACK_VERSION=8.15.0
NODES=1
PORT=9200
SECURITY_ENABLED=true
Expand Down

0 comments on commit ad8f637

Please sign in to comment.