Skip to content

Commit 1298d29

Browse files
committed
Version 0.4.0
1 parent f5a4464 commit 1298d29

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.3
2+
current_version = 0.4.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)

Dockerfile

Lines changed: 1 addition & 1 deletion
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.3
3+
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.4.0
44

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

openapi_spec_validator/__init__.py

Lines changed: 1 addition & 1 deletion
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.3'
12+
__version__ = '0.4.0'
1313
__url__ = 'https://github.com/p1c2u/openapi-spec-validator'
1414
__license__ = 'Apache License, Version 2.0'
1515

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ output = "reports/coverage.xml"
1111

1212
[tool.poetry]
1313
name = "openapi-spec-validator"
14-
version = "0.3.3"
14+
version = "0.4.0"
1515
description = "OpenAPI 2.0 (aka Swagger) and OpenAPI 3.0 spec validator"
1616
authors = ["Artur Maciag <[email protected]>"]
1717
license = "Apache-2.0"

0 commit comments

Comments
 (0)