Skip to content

Commit 928f80e

Browse files
committed
Version 0.5.6
1 parent 4d48c34 commit 928f80e

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.bumpversion.cfg

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

Dockerfile

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

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

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

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.5"
11+
__version__ = "0.5.6"
1212
__url__ = "https://github.com/python-openapi/openapi-spec-validator"
1313
__license__ = "Apache License, Version 2.0"
1414

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.5"
26+
version = "0.5.6"
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)