Skip to content

Commit

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

- Ensure support of latest aiohttp, attrs, environ-config, and pyrsistent versions (#412)
- Use Python 3.12.5 as dev version (#413)
- Ensure Python 3.13 support (#415)

Other:
------

- (**deps**) bump typing-extensions from 4.5.0 to 4.6.2 (#367)
- (**deps**) bump cryptography from 39.0.1 to 41.0.0 (#368)
- (**deps-dev**) bump hiredis from 2.2.2 to 2.2.3 (#366)
- (**deps-dev**) bump pytest-cov from 4.0.0 to 4.1.0 (#365)
- Monthly maintenance (Aug 2024) (#395)

Co-authored-by: playpauseandstop <[email protected]>
  • Loading branch information
1 parent 687a93a commit 8716cbd
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
3.3.0 (2024-08-16)
==================

**Features:**

- Ensure support of latest aiohttp, attrs, environ-config, and pyrsistent versions (#412)
- Use Python 3.12.5 as dev version (#413)
- Ensure Python 3.13 support (#415)

**Other:**

- (**deps**) bump typing-extensions from 4.5.0 to 4.6.2 (#367)
- (**deps**) bump cryptography from 39.0.1 to 41.0.0 (#368)
- (**deps-dev**) bump hiredis from 2.2.2 to 2.2.3 (#366)
- (**deps-dev**) bump pytest-cov from 4.0.0 to 4.1.0 (#365)
- Monthly maintenance (Aug 2024) (#395)

3.2.0 (2023-05-29)
==================

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

[tool.poetry]
name = "rororo"
version = "3.2.0"
version = "3.3.0"
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 src/rororo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@

__author__ = "Igor Davydenko"
__license__ = "BSD-3-Clause"
__version__ = "3.2.0"
__version__ = "3.3.0"
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": "3.2.0",
"version": "3.3.0",
"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: "3.2.0"
version: "3.3.0"
contact:
name: "Igor Davydenko (developer)"
url: "https://igordavydenko.com"
Expand Down

0 comments on commit 8716cbd

Please sign in to comment.