Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed May 14, 2019
1 parent 45b5ad0 commit 02d369b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,5 +1,7 @@
# Unreleased

# 0.8.0

* Added support for HTTPS testing (#50)
* Group commandline options for pytest (#53)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@

setup(
name='pytest-tornado',
version='0.7.0',
version='0.8.0',
description=('A py.test plugin providing fixtures and markers '
'to simplify testing of asynchronous tornado applications.'),
long_description=long_description,
Expand Down

0 comments on commit 02d369b

Please sign in to comment.