Skip to content

Commit

Permalink
chore: 2.2.2 Release (#180)
Browse files Browse the repository at this point in the history
Fixes:
------

- Ensure that Operation ID is an optional value (#178)

Other:
------

- Depend on typing-extensions (#179)

Co-authored-by: playpauseandstop <playpauseandstop@users.noreply.github.com>
  • Loading branch information
1 parent e58a80d commit 634f21f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2.2.2 (2021-05-10)
==================

**Fixes:**

- Ensure that Operation ID is an optional value (#178)

**Other:**

- Depend on typing-extensions (#179)

2.2.1 (2021-05-09)
==================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ virtual_env = "./.venv/"

[tool.poetry]
name = "rororo"
version = "2.2.1"
version = "2.2.2"
description = "aiohttp.web OpenAPI 3 schema first server applications."
authors = ["Igor Davydenko <iam@igordavydenko.com>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion src/rororo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@

__author__ = "Igor Davydenko"
__license__ = "BSD-3-Clause"
__version__ = "2.2.1"
__version__ = "2.2.2"
2 changes: 1 addition & 1 deletion tests/rororo/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.0.3",
"info": {
"title": "rororo",
"version": "2.2.1",
"version": "2.2.2",
"contact": {
"name": "Igor Davydenko (developer)",
"url": "https://igordavydenko.com",
Expand Down
2 changes: 1 addition & 1 deletion tests/rororo/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: "3.0.3"

info:
title: "rororo"
version: "2.2.1"
version: "2.2.2"
contact:
name: "Igor Davydenko (developer)"
url: "https://igordavydenko.com"
Expand Down

0 comments on commit 634f21f

Please sign in to comment.