Skip to content

Commit 398a417

Browse files
committed
Switch version to '8.0.0.dev0'
1 parent 9865fd1 commit 398a417

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

elasticsearch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
VERSION = (8, 0, 0)
2222
__version__ = VERSION
23-
__versionstr__ = ".".join(map(str, VERSION))
23+
__versionstr__ = "8.0.0.dev0"
2424

2525
import sys
2626
import logging

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
VERSION = (8, 0, 0)
2323
__version__ = VERSION
24-
__versionstr__ = ".".join(map(str, VERSION))
24+
__versionstr__ = "8.0.0.dev0"
2525

2626
with open(join(dirname(__file__), "README")) as f:
2727
long_description = f.read().strip()

0 commit comments

Comments
 (0)