File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.2.7
2
+ current_version = 0.2.8
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
@@ -11,3 +11,4 @@ message = Version {new_version}
11
11
[bumpversion:file:openapi_spec_validator/__init__.py]
12
12
13
13
[bumpversion:file:Dockerfile]
14
+
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.2.7
3
+ ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.2.8
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
12
- __version__ = '0.2.7 '
12
+ __version__ = '0.2.8 '
13
13
__url__ = 'https://github.com/p1c2u/openapi-spec-validator'
14
14
__license__ = 'Apache License, Version 2.0'
15
15
You can’t perform that action at this time.
0 commit comments