File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.5.4
2
+ current_version = 0.5.5
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Original file line number Diff line number Diff line change 1
1
FROM python:3.7-alpine
2
2
3
- ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.5.4
3
+ ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.5.5
4
4
5
5
RUN pip install --no-cache-dir openapi-spec-validator==${OPENAPI_SPEC_VALIDATOR_VERSION}
6
6
Original file line number Diff line number Diff line change 8
8
9
9
__author__ = "Artur Maciag"
10
10
__email__ = "maciag.artur@gmail.com"
11
- __version__ = "0.5.4 "
11
+ __version__ = "0.5.5 "
12
12
__url__ = "https://github.com/p1c2u/openapi-spec-validator"
13
13
__license__ = "Apache License, Version 2.0"
14
14
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ignore_missing_imports = true
23
23
24
24
[tool .poetry ]
25
25
name = " openapi-spec-validator"
26
- version = " 0.5.4 "
26
+ version = " 0.5.5 "
27
27
description = " OpenAPI 2.0 (aka Swagger) and OpenAPI 3 spec validator"
28
28
authors = [" Artur Maciag <maciag.artur@gmail.com>" ]
29
29
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments