aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-03-06 10:50:30 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-03-06 10:50:30 -0500
commit78337beb23e68b062f60f42e1f7baf1d51f2587d (patch)
treee72a0e4403483e3268780156cdd20453304ed8c7 /CHANGES.txt
parent570305131f408b42522d1d7e87292ec752457e65 (diff)
downloadexternal_python_setuptools-78337beb23e68b062f60f42e1f7baf1d51f2587d.tar.gz
external_python_setuptools-78337beb23e68b062f60f42e1f7baf1d51f2587d.tar.bz2
external_python_setuptools-78337beb23e68b062f60f42e1f7baf1d51f2587d.zip
Include pytest.ini in MANIFEST.in. Fixes #359.13.0.2
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index cc9c3939..f7c56b4a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,6 +3,13 @@ CHANGES
=======
------
+13.0.2
+------
+
+* Issue #359: Include pytest.ini in the sdist so invocation of py.test on the
+ sdist honors the pytest configuration.
+
+------
13.0.1
------