We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f66c6e commit 7ba7d33Copy full SHA for 7ba7d33
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.6.0a1
+current_version = 0.6.0
3
tag = True
4
tag_name = {new_version}
5
commit = True
openapi_schema_validator/__init__.py
@@ -8,7 +8,7 @@
8
9
__author__ = "Artur Maciag"
10
__email__ = "maciag.artur@gmail.com"
11
-__version__ = "0.6.0a1"
+__version__ = "0.6.0"
12
__url__ = "https://github.com/python-openapi/openapi-schema-validator"
13
__license__ = "3-clause BSD License"
14
pyproject.toml
@@ -30,7 +30,7 @@ ignore_missing_imports = true
30
31
[tool.poetry]
32
name = "openapi-schema-validator"
33
-version = "0.6.0a1"
+version = "0.6.0"
34
description = "OpenAPI schema validation for Python"
35
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
36
license = "BSD-3-Clause"
0 commit comments