Permalink
Browse files
Bump version for v0.1.5 release.
- Loading branch information...
Showing
with
7 additions
and
1 deletion.
-
+6
−0
CHANGELOG
-
+1
−1
setup.py
|
@@ -2,6 +2,12 @@ |
|
|
|
Release notes |
|
|
|
============= |
|
|
|
|
|
|
|
0.1.5 |
|
|
|
----- |
|
|
|
|
|
|
|
* (#9) Restored compatibility with more pytest plugins that have output |
|
|
|
(e.g., pytest-json) |
|
|
|
|
|
|
|
0.1.4 |
|
|
|
----- |
|
|
|
|
|
|
|
@@ -13,7 +13,7 @@ def read(fname): |
|
|
|
|
|
|
|
setup( |
|
|
|
name='pytest-tldr', |
|
|
|
version='0.1.4', |
|
|
|
version='0.1.5', |
|
|
|
author='Russell Keith-Magee', |
|
|
|
author_email='russell@keith-magee.com', |
|
|
|
maintainer='Russell Keith-Magee', |
|
|
0 comments on commit
3446f11