Skip to content

Commit

Permalink
Version 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
p1c2u committed Mar 17, 2023
1 parent 4d48c34 commit 928f80e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.5
current_version = 0.5.6
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Expand All @@ -15,3 +15,4 @@ 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.5
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.5.6

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.5"
__version__ = "0.5.6"
__url__ = "https://github.com/python-openapi/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.5"
version = "0.5.6"
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 928f80e

Please sign in to comment.