Skip to content

Commit 409da9d

Browse files
committed
Version 0.7.1
1 parent a9e9f27 commit 409da9d

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.7.0
2+
current_version = 0.7.1
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.7.0
1+
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.7.1
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
@@ -14,7 +14,7 @@
1414

1515
__author__ = "Artur Maciag"
1616
__email__ = "[email protected]"
17-
__version__ = "0.7.0"
17+
__version__ = "0.7.1"
1818
__url__ = "https://github.com/python-openapi/openapi-spec-validator"
1919
__license__ = "Apache License, Version 2.0"
2020

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.7.0"
30+
version = "0.7.1"
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)