Skip to content

Commit 3c2941c

Browse files
committed
Version 0.5.7
1 parent 6c23aa8 commit 3c2941c

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

Diff for: .bumpversion.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.6
2+
current_version = 0.5.7
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
@@ -15,4 +15,3 @@ message = Version {new_version}
1515
[bumpversion:file:pyproject.toml]
1616
search = version = "{current_version}"
1717
replace = version = "{new_version}"
18-

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.11-alpine
22

3-
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.5.6
3+
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.5.7
44

55
RUN pip install --no-cache-dir openapi-spec-validator==${OPENAPI_SPEC_VALIDATOR_VERSION}
66

Diff for: openapi_spec_validator/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
__author__ = "Artur Maciag"
1010
__email__ = "[email protected]"
11-
__version__ = "0.5.6"
11+
__version__ = "0.5.7"
1212
__url__ = "https://github.com/python-openapi/openapi-spec-validator"
1313
__license__ = "Apache License, Version 2.0"
1414

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ignore_missing_imports = true
2323

2424
[tool.poetry]
2525
name = "openapi-spec-validator"
26-
version = "0.5.6"
26+
version = "0.5.7"
2727
description = "OpenAPI 2.0 (aka Swagger) and OpenAPI 3 spec validator"
2828
authors = ["Artur Maciag <[email protected]>"]
2929
license = "Apache-2.0"

0 commit comments

Comments
 (0)