Skip to content

Commit 94c0b49

Browse files
committed
Set version to 3.9.0.
1 parent 93f78f9 commit 94c0b49

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ pytest-watch Changelog
22
======================
33

44

5+
Version 3.9.0 (2016-02-12)
6+
--------------------------
7+
8+
- Bugfix: Handle py.test exit code 5 (no tests are run/collected) as pass ([#42](https://github.com/joeyespo/pytest-watch/pull/42) - thanks, [@blueyed][]!)
9+
- Bugfix: Show config-related errors instead of silently exiting with code 2 ([#45](https://github.com/joeyespo/pytest-watch/pull/45) - thanks, [@blueyed][]!)
10+
11+
512
Version 3.8.0 (2015-12-04)
613
--------------------------
714

pytest_watch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:license: MIT, see LICENSE for more details.
99
"""
1010

11-
__version__ = '3.8.0'
11+
__version__ = '3.9.0'
1212

1313

1414
from .command import main, usage, version

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def read(filename):
99

1010
setup(
1111
name='pytest-watch',
12-
version='3.8.0',
12+
version='3.9.0',
1313
description='Local continuous test runner with pytest and watchdog.',
1414
long_description=read('README.md'),
1515
author='Joe Esposito',

0 commit comments

Comments
 (0)