Skip to content

Commit

Permalink
Merge pull request #29 from yaat-project/master
Browse files Browse the repository at this point in the history
v0.1.10 release
  • Loading branch information
the-robot committed May 10, 2020
2 parents 4939734 + 80fab8b commit 565c852
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/releasenotes.md
@@ -1,5 +1,9 @@
# Release Notes

### 0.1.10

- Fixed broken package `yaat.openapi`.

### 0.1.9

- Updated routes to only allow `GET` method if HTTP methods are not specified.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
@@ -1,6 +1,6 @@
from setuptools import setup

VERSION = "0.1.9"
VERSION = "0.1.10"


def get_long_description():
Expand All @@ -10,7 +10,7 @@ def get_long_description():

setup(
name="yaat",
packages=["yaat", "yaat.middleware"],
packages=["yaat", "yaat.middleware", "yaat.openapi"],
version=VERSION,
license="LGPL",
description="Yet another ASGI toolkit",
Expand Down

0 comments on commit 565c852

Please sign in to comment.