File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.7.0
2
+ current_version = 0.7.1
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Original file line number Diff line number Diff line change 1
- ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.7.0
1
+ ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.7.1
2
2
3
3
FROM python:3.12.0-alpine as builder
4
4
Original file line number Diff line number Diff line change 14
14
15
15
__author__ = "Artur Maciag"
16
16
__email__ = "maciag.artur@gmail.com"
17
- __version__ = "0.7.0 "
17
+ __version__ = "0.7.1 "
18
18
__url__ = "https://github.com/python-openapi/openapi-spec-validator"
19
19
__license__ = "Apache License, Version 2.0"
20
20
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ ignore_missing_imports = true
27
27
28
28
[tool .poetry ]
29
29
name = " openapi-spec-validator"
30
- version = " 0.7.0 "
30
+ version = " 0.7.1 "
31
31
description = " OpenAPI 2.0 (aka Swagger) and OpenAPI 3 spec validator"
32
32
authors = [" Artur Maciag <maciag.artur@gmail.com>" ]
33
33
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments