diff --git a/Dockerfile b/Dockerfile index 14d5e39..353a19d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.8.5 +ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.9.0 FROM python:3.14.5-alpine as builder diff --git a/README.rst b/README.rst index 2153795..c70af05 100644 --- a/README.rst +++ b/README.rst @@ -86,7 +86,7 @@ pre-commit hook repos: - repo: https://github.com/python-openapi/openapi-spec-validator - rev: 0.8.5 # The version to use or 'master' for latest + rev: 0.9.0 # The version to use or 'master' for latest hooks: - id: openapi-spec-validator diff --git a/docs/hook.rst b/docs/hook.rst index d0324c5..7781336 100644 --- a/docs/hook.rst +++ b/docs/hook.rst @@ -16,7 +16,7 @@ A full .pre-commit-config.yaml example you can use in your repository: repos: - repo: https://github.com/python-openapi/openapi-spec-validator - rev: 0.8.5 # The version to use or 'master' for latest + rev: 0.9.0 # The version to use or 'master' for latest hooks: - id: openapi-spec-validator diff --git a/docs/index.rst b/docs/index.rst index 6a98d15..f405497 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -82,7 +82,7 @@ Usage repos: - repo: https://github.com/python-openapi/openapi-spec-validator - rev: 0.8.5 # The version to use or 'master' for latest + rev: 0.9.0 # The version to use or 'master' for latest hooks: - id: openapi-spec-validator diff --git a/openapi_spec_validator/__init__.py b/openapi_spec_validator/__init__.py index 29b04fe..c2b4927 100644 --- a/openapi_spec_validator/__init__.py +++ b/openapi_spec_validator/__init__.py @@ -17,7 +17,7 @@ __author__ = "Artur Maciag" __email__ = "maciag.artur@gmail.com" -__version__ = "0.8.5" +__version__ = "0.9.0" __url__ = "https://github.com/python-openapi/openapi-spec-validator" __license__ = "Apache License, Version 2.0" diff --git a/pyproject.toml b/pyproject.toml index 37835c9..39a032c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openapi-spec-validator" -version = "0.8.5" +version = "0.9.0" description = "OpenAPI 2.0 (aka Swagger) and OpenAPI 3 spec validator" authors = [ { name = "Artur Maciag", email = "maciag.artur@gmail.com" }, @@ -120,7 +120,7 @@ message_template = "Version {new_version}" tag_template = "{new_version}" [tool.tbump.version] -current = "0.8.5" +current = "0.9.0" regex = ''' (?P\d+) \.