Skip to content

Commit c8a70c5

Browse files
committed
Release 0.8.1
1 parent b37409d commit c8a70c5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 0.8.1
4+
5+
* Fixed deprecation warning for pytest >= 5.4
6+
37
# 0.8.0
48

59
* Added support for HTTPS testing (#50)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='pytest-tornado',
14-
version='0.8.0',
14+
version='0.8.1',
1515
description=('A py.test plugin providing fixtures and markers '
1616
'to simplify testing of asynchronous tornado applications.'),
1717
long_description=long_description,

0 commit comments

Comments
 (0)