Skip to content

Commit 22943b0

Browse files
committed
Version 0.6.0a1
1 parent 926be2e commit 22943b0

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.7
2+
current_version = 0.6.0a1
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.11-alpine
22

3-
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.5.7
3+
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.6.0a1
44

55
RUN pip install --no-cache-dir --pre 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
@@ -8,7 +8,7 @@
88

99
__author__ = "Artur Maciag"
1010
__email__ = "[email protected]"
11-
__version__ = "0.5.7"
11+
__version__ = "0.6.0a1"
1212
__url__ = "https://github.com/python-openapi/openapi-spec-validator"
1313
__license__ = "Apache License, Version 2.0"
1414

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ignore_missing_imports = true
2727

2828
[tool.poetry]
2929
name = "openapi-spec-validator"
30-
version = "0.5.7"
30+
version = "0.6.0a1"
3131
description = "OpenAPI 2.0 (aka Swagger) and OpenAPI 3 spec validator"
3232
authors = ["Artur Maciag <[email protected]>"]
3333
license = "Apache-2.0"

0 commit comments

Comments
 (0)