Skip to content

Commit

Permalink
chore: 2.0.1 Release
Browse files Browse the repository at this point in the history
**Features:**

- Ensure *rororo* to work properly with `openapi-core==0.13.4`
  • Loading branch information
playpauseandstop committed Jul 21, 2020
1 parent 1321038 commit 2369905
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog
=========

2.0.1 (In Development)
======================
2.0.1 (2020-07-21)
==================

**Features:**

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ show_missing = true

[tool.poetry]
name = "rororo"
version = "2.0.1a0"
version = "2.0.1"
description = "aiohttp.web OpenAPI 3 schema first server applications."
authors = ["Igor Davydenko <[email protected]>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion 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.0.1a0"
__version__ = "2.0.1"
2 changes: 1 addition & 1 deletion tests/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.0.1a0",
"version": "2.0.1",
"contact": {
"name": "Igor Davydenko (developer)",
"url": "https://igordavydenko.com",
Expand Down
2 changes: 1 addition & 1 deletion tests/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.0.1a0"
version: "2.0.1"
contact:
name: "Igor Davydenko (developer)"
url: "https://igordavydenko.com"
Expand Down

0 comments on commit 2369905

Please sign in to comment.