Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abersheeran committed Sep 11, 2022
1 parent a646473 commit f6d86c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion a2wsgi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .asgi import ASGIMiddleware
from .wsgi import WSGIMiddleware

VERSION = (1, 5, 0)
VERSION = (1, 6, 0)

__version__: str = ".".join(map(str, VERSION))

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = {text = "Apache-2.0"}
name = "a2wsgi"
readme = "README.md"
requires-python = ">=3.6.2"
version = "1.5.0"
version = "1.6.0"

[project.urls]
homepage = "https://github.com/abersheeran/a2wsgi"
Expand Down

0 comments on commit f6d86c7

Please sign in to comment.