File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Top Open diff view settings Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Top Open diff view settings Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.7.1
2+ current_version = 0.7.2
33commit = True
44tag = True
55parse = (?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.1
1+ ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.7.2
22
33FROM python:3.12.6-alpine as builder
44
Original file line number Diff line number Diff line change 1414
1515__author__ = "Artur Maciag"
1616__email__ = "maciag.artur@gmail.com"
17- __version__ = "0.7.1 "
17+ __version__ = "0.7.2 "
1818__url__ = "https://github.com/python-openapi/openapi-spec-validator"
1919__license__ = "Apache License, Version 2.0"
2020
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ ignore_missing_imports = true
2727
2828[tool .poetry ]
2929name = " openapi-spec-validator"
30- version = " 0.7.1 "
30+ version = " 0.7.2 "
3131description = " OpenAPI 2.0 (aka Swagger) and OpenAPI 3 spec validator"
3232authors = [" Artur Maciag <maciag.artur@gmail.com>" ]
3333license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments