File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.6.0a1
2+ current_version = 0.6.0a2
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.6.0a1
1+ ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.6.0a2
22
33FROM python:3.11.4-alpine as builder
44
Original file line number Diff line number Diff line change 88
99__author__ = "Artur Maciag"
1010__email__ = "maciag.artur@gmail.com"
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
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.6.0a1 "
30+ version = " 0.6.0a2 "
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