File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.5.1
2+ current_version = 0.5.2
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Original file line number Diff line number Diff line change 11FROM python:3.7-alpine
22
3- ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.5.1
3+ ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.5.2
44
55RUN pip install --no-cache-dir openapi-spec-validator==${OPENAPI_SPEC_VALIDATOR_VERSION}
66
Original file line number Diff line number Diff line change 88
99__author__ = "Artur Maciag"
1010__email__ = "maciag.artur@gmail.com"
11- __version__ = "0.5.1 "
11+ __version__ = "0.5.2 "
1212__url__ = "https://github.com/p1c2u/openapi-spec-validator"
1313__license__ = "Apache License, Version 2.0"
1414
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ignore_missing_imports = true
2323
2424[tool .poetry ]
2525name = " openapi-spec-validator"
26- version = " 0.5.1 "
26+ version = " 0.5.2 "
2727description = " OpenAPI 2.0 (aka Swagger) and OpenAPI 3 spec validator"
2828authors = [" Artur Maciag <maciag.artur@gmail.com>" ]
2929license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments