Skip to content

Commit 472e38c

Browse files
committed
Version 0.6.0a2
1 parent 3a198a6 commit 472e38c

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.6.0a1
2+
current_version = 0.6.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,4 +1,4 @@
1-
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.6.0a1
1+
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.6.0a2
22

33
FROM python:3.11.4-alpine as builder
44

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.6.0a1"
11+
__version__ = "0.6.0a2"
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.6.0a1"
30+
version = "0.6.0a2"
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)