Skip to content

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p1c2u committed Oct 9, 2023
1 parent 5c6d50c commit 74a6c5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.0
current_version = 0.7.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.6.0
ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.7.0

FROM python:3.12.0-alpine as builder

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 @@ -12,7 +12,7 @@

__author__ = "Artur Maciag"
__email__ = "maciag.artur@gmail.com"
__version__ = "0.6.0"
__version__ = "0.7.0"
__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 @@ -27,7 +27,7 @@ ignore_missing_imports = true

[tool.poetry]
name = "openapi-spec-validator"
version = "0.6.0"
version = "0.7.0"
description = "OpenAPI 2.0 (aka Swagger) and OpenAPI 3 spec validator"
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 74a6c5f

Please sign in to comment.