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.4.0
2+ current_version = 0.5.0a1
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.4.0
3+ ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.5.0a1
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 1010
1111__author__ = 'Artur Maciag'
1212__email__ = 'maciag.artur@gmail.com'
13- __version__ = '0.4.0 '
13+ __version__ = '0.5.0a1 '
1414__url__ = 'https://github.com/p1c2u/openapi-spec-validator'
1515__license__ = 'Apache License, Version 2.0'
1616
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.4.0 "
14+ version = " 0.5.0a1 "
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