Skip to content

Commit

Permalink
Version 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
p1c2u committed Feb 1, 2023
1 parent becc006 commit ee153b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.2
current_version = 0.5.3
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Expand All @@ -15,4 +15,3 @@ message = Version {new_version}
[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.7-alpine

ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.5.2
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.5.3

RUN pip install --no-cache-dir openapi-spec-validator==${OPENAPI_SPEC_VALIDATOR_VERSION}

Expand Down
2 changes: 1 addition & 1 deletion openapi_spec_validator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

__author__ = "Artur Maciag"
__email__ = "[email protected]"
__version__ = "0.5.2"
__version__ = "0.5.3"
__url__ = "https://github.com/p1c2u/openapi-spec-validator"
__license__ = "Apache License, Version 2.0"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ignore_missing_imports = true

[tool.poetry]
name = "openapi-spec-validator"
version = "0.5.2"
version = "0.5.3"
description = "OpenAPI 2.0 (aka Swagger) and OpenAPI 3 spec validator"
authors = ["Artur Maciag <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit ee153b2

Please sign in to comment.