Skip to content

Commit 27ee7cf

Browse files
committed
Version 0.3.1
1 parent 5a326ed commit 27ee7cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.0
2+
current_version = 0.3.1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.7-alpine
22

3-
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.3.0
3+
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.3.1
44

55
RUN pip install --no-cache-dir openapi-spec-validator==${OPENAPI_SPEC_VALIDATOR_VERSION}
66

Diff for: openapi_spec_validator/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
__author__ = 'Artur Maciag'
1111
__email__ = '[email protected]'
12-
__version__ = '0.3.0'
12+
__version__ = '0.3.1'
1313
__url__ = 'https://github.com/p1c2u/openapi-spec-validator'
1414
__license__ = 'Apache License, Version 2.0'
1515

0 commit comments

Comments
 (0)