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.0a2
2+ current_version = 0.5.0a3
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.0a2
3+ ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.5.0a3
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 1313
1414__author__ = 'Artur Maciag'
1515__email__ = 'maciag.artur@gmail.com'
16- __version__ = '0.5.0a2 '
16+ __version__ = '0.5.0a3 '
1717__url__ = 'https://github.com/p1c2u/openapi-spec-validator'
1818__license__ = 'Apache License, Version 2.0'
1919
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ output = "reports/coverage.xml"
1111
1212[tool .poetry ]
1313name = " openapi-spec-validator"
14- version = " 0.5.0a2 "
14+ version = " 0.5.0a3 "
1515description = " OpenAPI 2.0 (aka Swagger) and OpenAPI 3 spec validator"
1616authors = [" Artur Maciag <maciag.artur@gmail.com>" ]
1717license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments