Skip to content

Commit b9a5f06

Browse files
committed
udates CHANGELOG
1 parent 4459ca8 commit b9a5f06

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
1.6.0 (dev)
1+
1.7.0 (dev)
22
-----------
3+
* add support python 3.6,3.7,3.8
4+
* bug fixes
5+
6+
1.6.0
7+
-----
38
* removed pip dependency
49
* drop support pytest<3.0
510

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
description='pytest plugin with mechanisms for echoing environment '
1010
'variables, package version and generic attributes',
1111
long_description=open("README.rst").read(),
12+
long_description_content_type='text/x-rst',
1213
version=__version__,
1314
author='Stefano Apostolico',
1415
author_email='[email protected]',

0 commit comments

Comments
 (0)