File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.3.1
2
+ current_version = 0.3.2
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
@@ -15,3 +15,4 @@ message = Version {new_version}
15
15
[bumpversion:file:pyproject.toml]
16
16
search = version = " {current_version}"
17
17
replace = version = " {new_version}"
18
+
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.3.1
3
+ ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.3.2
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 9
9
10
10
__author__ = 'Artur Maciag'
11
11
__email__ = 'maciag.artur@gmail.com'
12
- __version__ = '0.3.1 '
12
+ __version__ = '0.3.2 '
13
13
__url__ = 'https://github.com/p1c2u/openapi-spec-validator'
14
14
__license__ = 'Apache License, Version 2.0'
15
15
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.3.1 "
14
+ version = " 0.3.2 "
15
15
description = " OpenAPI 2.0 (aka Swagger) and OpenAPI 3.0 spec validator"
16
16
authors = [" Artur Maciag <maciag.artur@gmail.com>" ]
17
17
license = " Apache License, Version 2.0"
You can’t perform that action at this time.
0 commit comments