Skip to content

Commit

Permalink
Bump version to 0.8 and add release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan McCombs committed Feb 19, 2016
1 parent 7ed9a49 commit 8045a1c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
This isn't really in proper GNU ChangeLog format, it just happens to
look that way.

2016-02-19 Dan McCombs <dmccombs@dyn.com>
* 0.8 Environment variable typo fix; prevent line endings being converted on Windows causing communication errors (Thanks Janne Hakonen)
2015-03-17 Dan McCombs <dmccombs@dyn.com>
* 0.7 PIP dependency fixes; support for running from manage.py (Thanks Marc Prewitt)
2015-02-02 Dan McCombs <dmccombs@dyn.com>
Expand Down
2 changes: 1 addition & 1 deletion PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: nosepipe
Version: 0.7
Version: 0.8
Summary: Plugin for the nose testing framework for running tests in a subprocess
Home-page: http://github.com/dmccombs/nosepipe
Author: John J. Lee, Dan McCombs
Expand Down
2 changes: 1 addition & 1 deletion nosepipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

import nose.plugins

__version__ = "0.7"
__version__ = "0.8"

SUBPROCESS_ENV_KEY = "NOSE_WITH_PROCESS_ISOLATION_REPORTER"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="nosepipe",
version="0.7",
version="0.8",
download_url = "http://pypi.python.org/pypi/nosepipe/",

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

0 comments on commit 8045a1c

Please sign in to comment.