Skip to content

Commit e798c5a

Browse files
committed
Version 0.5.5
1 parent d04529b commit e798c5a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.4
2+
current_version = 0.5.5
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)

Diff for: 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.4
3+
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.5.5
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.4"
11+
__version__ = "0.5.5"
1212
__url__ = "https://github.com/p1c2u/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.4"
26+
version = "0.5.5"
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)