diff --git a/README.rst b/README.rst index f9124af..f8f66de 100644 --- a/README.rst +++ b/README.rst @@ -87,7 +87,7 @@ pre-commit hook repos: - repo: https://github.com/python-openapi/openapi-spec-validator - rev: 0.5.5 # The version to use or 'master' for latest + rev: 0.7.2 # The version to use or 'master' for latest hooks: - id: openapi-spec-validator diff --git a/docs/hook.rst b/docs/hook.rst index 5079078..0c1fdff 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.5.5 # The version to use or 'master' for latest + rev: 0.7.2 # The version to use or 'master' for latest hooks: - id: openapi-spec-validator diff --git a/docs/index.rst b/docs/index.rst index 0ff4fef..1031842 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -77,7 +77,7 @@ Usage repos: - repo: https://github.com/python-openapi/openapi-spec-validator - rev: 0.5.5 # The version to use or 'master' for latest + rev: 0.7.2 # The version to use or 'master' for latest hooks: - id: openapi-spec-validator diff --git a/pyproject.toml b/pyproject.toml index 62b20de..d5d3b6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,12 +123,21 @@ regex = ''' (?P[a-z]+\d+)? ''' +[[tool.tbump.file]] +src = "docs/index.rst" + +[[tool.tbump.file]] +src = "docs/hook.rst" + [[tool.tbump.file]] src = "openapi_spec_validator/__init__.py" [[tool.tbump.file]] src = "Dockerfile" +[[tool.tbump.file]] +src = "README.rst" + [[tool.tbump.file]] src = "pyproject.toml" search = 'version = "{current_version}"'