Skip to content

Commit 6a116df

Browse files
committed
Version 0.3
1 parent 28d9230 commit 6a116df

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

HISTORY.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
History
22
-------
33

4-
Pending Release
5-
~~~~~~~~~~~~~~~
4+
0.3 (2020-01-28)
5+
~~~~~~~~~~~~~~~~
66

7-
.. Insert new release notes below this line
7+
* Disable colorization in sync with Pytest
8+
(`PR #12 <https://github.com/hjwp/pytest-icdiff/pull/12>`__).
9+
* Synchronize license in `setup.py` with LICENSE file
10+
(`PR #11 <https://github.com/hjwp/pytest-icdiff/pull/11>`__).
11+
* Show expression drill down small numbers
12+
(`Issue #5 <https://github.com/hjwp/pytest-icdiff/issues/5>`__).
13+
* Test with Python 3.8
14+
(`PR #15 <https://github.com/hjwp/pytest-icdiff/issues/15>`__).
815

916
0.2 (2019-03-28)
1017
~~~~~~~~~~~~~~~~

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(fname):
1313

1414
setup(
1515
name='pytest-icdiff',
16-
version='0.2',
16+
version='0.3',
1717
author='Harry Percival',
1818
author_email='[email protected]',
1919
maintainer='Harry Percival',
@@ -22,6 +22,7 @@ def read(fname):
2222
url='https://github.com/hjwp/pytest-icdiff',
2323
description='use icdiff for better error messages in pytest assertions',
2424
long_description=read('README.rst') + read('HISTORY.rst'),
25+
long_description_content_type='text/x-rst',
2526
py_modules=['pytest_icdiff'],
2627
python_requires='>=3.6',
2728
install_requires=['pytest', 'icdiff', 'pprintpp'],

0 commit comments

Comments
 (0)