Skip to content

Commit

Permalink
chore: 2.4.0 Release (#208)
Browse files Browse the repository at this point in the history
Features:
---------

- Ensure support of aiohttp 3.8.0 version (#205)

Other:
------

- (**deps**) bump actions/checkout from 2.3.4 to 2.3.5 (#204)
- Switch to Furo theme (#206)
- Tweak documentation (#207)

Co-authored-by: playpauseandstop <playpauseandstop@users.noreply.github.com>
  • Loading branch information
1 parent 4e9800c commit fa51bb4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
@@ -1,3 +1,16 @@
2.4.0 (2021-11-06)
==================

**Features:**

- Ensure support of aiohttp 3.8.0 version (#205)

**Other:**

- (**deps**) bump actions/checkout from 2.3.4 to 2.3.5 (#204)
- Switch to Furo theme (#206)
- Tweak documentation (#207)

2.3.0 (2021-10-31)
==================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -75,7 +75,7 @@ ignore_missing_imports = true

[tool.poetry]
name = "rororo"
version = "2.3.0"
version = "2.4.0"
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
Expand Up @@ -39,4 +39,4 @@

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

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

0 comments on commit fa51bb4

Please sign in to comment.