Skip to content

Commit 049a94e

Browse files
author
Dan McCombs
authored
Merge pull request #17 from dmccombs/version-bump
Bump version to 0.9 and add release notes.
2 parents 0392188 + 95e8a2d commit 049a94e

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
This isn't really in proper GNU ChangeLog format, it just happens to
44
look that way.
55

6+
2019-05-30 Dan McCombs <dan.mccombs@oracle.com>
7+
* 0.9 Suppress isolated tests from writing to stdout, resulting in unexpected behavior (Thanks Xavier Xie)
68
2016-02-19 Dan McCombs <dmccombs@dyn.com>
79
* 0.8 Environment variable typo fix; prevent line endings being converted on Windows causing communication errors (Thanks Janne Hakonen)
810
2015-03-17 Dan McCombs <dmccombs@dyn.com>

PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 1.0
22
Name: nosepipe
3-
Version: 0.8
3+
Version: 0.9
44
Summary: Plugin for the nose testing framework for running tests in a subprocess
55
Home-page: http://github.com/dmccombs/nosepipe
66
Author: John J. Lee, Dan McCombs

nosepipe.py

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

1616
import nose.plugins
1717

18-
__version__ = "0.8"
18+
__version__ = "0.9"
1919

2020
SUBPROCESS_ENV_KEY = "NOSE_WITH_PROCESS_ISOLATION_REPORTER"
2121

setup.py

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

55
setup(
66
name="nosepipe",
7-
version="0.8",
7+
version="0.9",
88
download_url = "http://pypi.python.org/pypi/nosepipe/",
99

1010
description = "Plugin for the nose testing framework for running tests in "

0 commit comments

Comments
 (0)