Skip to content

Commit

Permalink
Merge pull request #114 from tartiflette/release_1.3.1
Browse files Browse the repository at this point in the history
Release 1.3.1
  • Loading branch information
Maximilien-R authored Sep 24, 2020
2 parents 1f9a27e + dbcb6d4 commit a41c660
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions changelogs/1.3.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# [1.3.1] - 2020-09-24

## Changed

* Test platform:
* pytest to 6.0.2
* pytest-cov to 2.10.1
* pylint to 2.6.0
* isort to 5.5.3
* black to 20.8b1
* xenon to 0.7.1

## Fixed

* [ISSUE-112](https://github.com/tartiflette/tartiflette-aiohttp/issues/112) - Fix async context generator with subscription.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"async_generator==1.10;python_version=='3.6.*'",
]

_VERSION = "1.3.0"
_VERSION = "1.3.1"

_PACKAGES = find_packages(exclude=["tests*"])

Expand Down

0 comments on commit a41c660

Please sign in to comment.