Skip to content

Commit

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

- Bump Python dev version to 3.12.2 (and drop Python 3.7) (#195)

Other:
------

- [#196] Configure Trusted Publisher for the repository (#197)
- [#196] Grant permissions to Package reusable wofklow in CI config (#200)

Co-authored-by: playpauseandstop <[email protected]>
  • Loading branch information
1 parent 0be8ee6 commit ab91fe8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2.3.0 (2024-02-11)
==================

**Features:**

- Bump Python dev version to 3.12.2 (and drop Python 3.7) (#195)

**Other:**

- [#196] Configure Trusted Publisher for the repository (#197)
- [#196] Grant permissions to Package reusable wofklow in CI config (#200)

2.2.1 (2023-11-23)
==================

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

[tool.poetry]
name = "aiohttp-middlewares"
version = "2.2.1"
version = "2.3.0"
description = "Collection of useful middlewares for aiohttp applications."
authors = ["Igor Davydenko <[email protected]>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion src/aiohttp_middlewares/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

__author__ = "Igor Davydenko"
__license__ = "BSD-3-Clause"
__version__ = "2.2.1"
__version__ = "2.3.0"


# Make flake8 happy
Expand Down

0 comments on commit ab91fe8

Please sign in to comment.