We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3933cb8 commit 1ae046dCopy full SHA for 1ae046d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.10
+current_version = 0.3.0
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Dockerfile
@@ -1,6 +1,6 @@
FROM python:3.7-alpine
-ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.2.10
+ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.3.0
RUN pip install --no-cache-dir openapi-spec-validator==${OPENAPI_SPEC_VALIDATOR_VERSION}
6
openapi_spec_validator/__init__.py
@@ -9,7 +9,7 @@
9
10
__author__ = 'Artur Maciag'
11
__email__ = 'maciag.artur@gmail.com'
12
-__version__ = '0.2.10'
+__version__ = '0.3.0'
13
__url__ = 'https://github.com/p1c2u/openapi-spec-validator'
14
__license__ = 'Apache License, Version 2.0'
15
0 commit comments