Skip to content

Commit a29b4f9

Browse files
committed
Version 0.5.0a2
1 parent a726ae8 commit a29b4f9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.5.0a1
2+
current_version = 0.5.0a2
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.5.0a1
3+
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.5.0a2
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
@@ -10,7 +10,7 @@
1010

1111
__author__ = 'Artur Maciag'
1212
__email__ = '[email protected]'
13-
__version__ = '0.5.0a1'
13+
__version__ = '0.5.0a2'
1414
__url__ = 'https://github.com/p1c2u/openapi-spec-validator'
1515
__license__ = 'Apache License, Version 2.0'
1616

Diff for: pyproject.toml

+1-1
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.5.0a1"
14+
version = "0.5.0a2"
1515
description = "OpenAPI 2.0 (aka Swagger) and OpenAPI 3 spec validator"
1616
authors = ["Artur Maciag <[email protected]>"]
1717
license = "Apache-2.0"

0 commit comments

Comments
 (0)