File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff 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+
511Version 3.9.0 (2016-02-12)
612--------------------------
713
Original file line number Diff line number Diff line change 88:license: MIT, see LICENSE for more details.
99"""
1010
11- __version__ = '3.9 .0'
11+ __version__ = '3.10 .0'
1212
1313
1414from .command import main , usage , version
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def read(filename):
99
1010setup (
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' ,
You can’t perform that action at this time.
0 commit comments