Skip to content

Commit

Permalink
Merge a0366c0 into a6b5636
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Apr 21, 2020
2 parents a6b5636 + a0366c0 commit aeb5d2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Expand Up @@ -2,8 +2,8 @@
Changelog
=========

1.1.0 (In Development)
======================
1.1.0 (2020-04-21)
==================

- Provide ``get_error_response`` coroutine to allow other projects to reuse
error handling logic
Expand Down
2 changes: 1 addition & 1 deletion aiohttp_middlewares/__init__.py
Expand Up @@ -7,7 +7,7 @@
"""

__version__ = "1.1.0a0"
__version__ = "1.1.0"

from .constants import IDEMPOTENT_METHODS, NON_IDEMPOTENT_METHODS
from .cors import cors_middleware
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -15,7 +15,7 @@ show_missing = true

[tool.poetry]
name = "aiohttp-middlewares"
version = "1.1.0a0"
version = "1.1.0"
description = "Collection of useful middlewares for aiohttp applications."
authors = ["Igor Davydenko <iam@igordavydenko.com>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit aeb5d2c

Please sign in to comment.