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