Skip to content

Commit

Permalink
prepare release 21.12.0 (#255)
Browse files Browse the repository at this point in the history
Co-authored-by: morph027 <stefan.heitmueller@gmx.com>
  • Loading branch information
morph027 and morph027 committed Jan 5, 2022
1 parent 79d8e38 commit 872d38f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 21.12.0 (2021-12-30)

### Features

* [#253](https://github.com/sanic-org/sanic-openapi/pull/253) - Sanic v21.12.0 Support

## 21.3.2 (2021-05-19)

Expand Down
2 changes: 1 addition & 1 deletion sanic_openapi/__init__.py
Expand Up @@ -3,7 +3,7 @@

swagger_blueprint = openapi2_blueprint

__version__ = "21.6.1"
__version__ = "21.12.0"
__all__ = [
"openapi2_blueprint",
"swagger_blueprint",
Expand Down
3 changes: 0 additions & 3 deletions tests/conftest.py
Expand Up @@ -14,9 +14,6 @@ def app():
app.blueprint(openapi2_blueprint)
yield app

# Clean up
openapi2_blueprint.definitions = {}


@pytest.fixture()
def app3():
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = {py37,py38,py39}-sanic{20.12, 21.6}, check
envlist = {py37,py38,py39}-sanic{20.12, 21.6, 21.12}, check


[gh-actions]
Expand All @@ -13,6 +13,8 @@ deps =
sanic20.12: sanic==20.12
sanic21.6: sanic==21.6
sanic21.6: sanic_testing
sanic21.12: sanic==21.12
sanic21.12: sanic_testing

commands =
pip install -e .['test']
Expand Down

0 comments on commit 872d38f

Please sign in to comment.