Skip to content

Commit

Permalink
chore: 1.2.1 Release
Browse files Browse the repository at this point in the history
Other:
------

- Tweak documentation (#60)
  • Loading branch information
playpauseandstop authored Nov 6, 2021
1 parent 82639d7 commit e7071c7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.2.1 (2021-11-06)
==================

**Other:**

- Tweak documentation (#60)

1.2.0 (2021-11-01)
==================

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

[tool.poetry]
name = "aiohttp-middlewares"
version = "1.2.0"
version = "1.2.1"
description = "Collection of useful middlewares for aiohttp applications."
authors = ["Igor Davydenko <iam@igordavydenko.com>"]
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__ = "1.2.0"
__version__ = "1.2.1"


# Make flake8 happy
Expand Down

0 comments on commit e7071c7

Please sign in to comment.