Skip to content

Commit c2ae3ca

Browse files
committed
Set version to 3.10.0.
1 parent 1f6b734 commit c2ae3ca

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

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

44

5+
Version 3.10.0 (2016-02-12)
6+
---------------------------
7+
8+
- Bugfix: Fix Python 2 support.
9+
10+
511
Version 3.9.0 (2016-02-12)
612
--------------------------
713

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.9.0'
11+
__version__ = '3.10.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.9.0',
12+
version='3.10.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)