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 11[bumpversion]
2- current_version = 0.2.7
2+ current_version = 0.2.8
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
@@ -11,3 +11,4 @@ message = Version {new_version}
1111[bumpversion:file:openapi_spec_validator/__init__.py]
1212
1313[bumpversion:file:Dockerfile]
14+
Original file line number Diff line number Diff line change 11FROM python:3.7-alpine
22
3- ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.2.7
3+ ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.2.8
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 99
1010__author__ = 'Artur Maciag'
1111__email__ = 'maciag.artur@gmail.com'
12- __version__ = '0.2.7 '
12+ __version__ = '0.2.8 '
1313__url__ = 'https://github.com/p1c2u/openapi-spec-validator'
1414__license__ = 'Apache License, Version 2.0'
1515
You can’t perform that action at this time.
0 commit comments