Skip to content

Commit 84bdbb6

Browse files
committed
Rename release to 0.3.0
1 parent 5b9df2f commit 84bdbb6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/guide/release-notes.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[release-notes]]
22
== Release notes
33

4-
=== 1.0.0.20231031
4+
=== 0.3.0.20231031
55

66
* Removed support for Python 3.7 and 3.8
77
* Added support for Python 3.12

elasticsearch_serverless/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
__versionstr__ = "1.0.0.20231031"
18+
__versionstr__ = "0.3.0.20231031"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "elasticsearch-serverless"
7-
version = "1.0.0.20231031"
7+
version = "0.3.0.20231031"
88
description = "Python client for Elasticsearch Serverless"
99
readme = "README.rst"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)