Skip to content

Commit 74a6c5f

Browse files
committed
Version 0.7.0
1 parent 5c6d50c commit 74a6c5f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0
2+
current_version = 0.7.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.6.0
1+
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.7.0
22

33
FROM python:3.12.0-alpine as builder
44

openapi_spec_validator/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
__author__ = "Artur Maciag"
1414
__email__ = "[email protected]"
15-
__version__ = "0.6.0"
15+
__version__ = "0.7.0"
1616
__url__ = "https://github.com/python-openapi/openapi-spec-validator"
1717
__license__ = "Apache License, Version 2.0"
1818

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.0"
30+
version = "0.7.0"
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)