We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4718027 commit 6a948b6Copy full SHA for 6a948b6
elasticsearch/_version.py
@@ -16,3 +16,4 @@
16
# under the License.
17
18
__versionstr__ = "8.19.1"
19
+__es_specification_commit__ = "f845a0c39ba093c8a6a140c8ee770daace142a70"
pyproject.toml
@@ -98,7 +98,7 @@ Homepage = "https://github.com/elastic/elasticsearch-py"
98
99
[tool.hatch.version]
100
path = "elasticsearch/_version.py"
101
-pattern = "__versionstr__ = \"(?P<version>[^']+)\""
+pattern = "__versionstr__ = \"(?P<version>[^']+?)\""
102
103
[tool.hatch.build.targets.sdist]
104
include = [
0 commit comments