Skip to content

Commit 6a948b6

Browse files
schema.json version
1 parent 4718027 commit 6a948b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

elasticsearch/_version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@
1616
# under the License.
1717

1818
__versionstr__ = "8.19.1"
19+
__es_specification_commit__ = "f845a0c39ba093c8a6a140c8ee770daace142a70"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Homepage = "https://github.com/elastic/elasticsearch-py"
9898

9999
[tool.hatch.version]
100100
path = "elasticsearch/_version.py"
101-
pattern = "__versionstr__ = \"(?P<version>[^']+)\""
101+
pattern = "__versionstr__ = \"(?P<version>[^']+?)\""
102102

103103
[tool.hatch.build.targets.sdist]
104104
include = [

0 commit comments

Comments
 (0)