Skip to content

Commit

Permalink
chore: 0.3.1a0 Release.
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Nov 13, 2019
1 parent 0d8bec0 commit bd25832
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog
=========

0.3.1 (In Development)
======================

0.3.1a0 (2019-11-13)
--------------------

- chore: Deploy `aiohttp-middlewares` from `py38` image to ensure Python 3.8
classifier added

0.3.0 (2019-11-12)
==================

Expand Down
2 changes: 1 addition & 1 deletion aiohttp_middlewares/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

__version__ = "0.3.0"
__version__ = "0.3.1a0"

from .constants import IDEMPOTENT_METHODS, NON_IDEMPOTENT_METHODS
from .cors import cors_middleware
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ line_length = 79

[tool.poetry]
name = "aiohttp-middlewares"
version = "0.3.0"
version = "0.3.1a0"
description = "Collection of useful middlewares for aiohttp applications."
authors = ["Igor Davydenko <[email protected]>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit bd25832

Please sign in to comment.