File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ### ` 2.0.21 `
2+
3+ - fixed string issues
4+
5+ ### ` 2.0.20 `
6+
7+ - fixed broken subprocess handling
8+
19### ` 2.0.19 `
210
311- fixed broken subprocess handling
Original file line number Diff line number Diff line change 2626logging .captureWarnings (True )
2727
2828
29- version = VERSION = __version__ = '2.0.19 '
29+ version = VERSION = __version__ = '2.0.21 '
3030
3131COLOR = True
3232
@@ -626,7 +626,7 @@ def main(*argv, **kwargs):
626626 toc = str ((try_to_run (['git' , 'ls-files' ], cwd = root ) or
627627 try_to_run (['git' , 'ls-files' ]) or
628628 try_to_run (['hg' , 'locate' ], cwd = root ) or
629- try_to_run (['hg' , 'locate' ]) or ['' ]).strip () )
629+ try_to_run (['hg' , 'locate' ]) or ['' ])) .strip ()
630630
631631 if codecov .prefix :
632632 prefix = codecov .prefix .strip ('/' )
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22from setuptools import setup
33
4- version = '2.0.19 '
4+ version = '2.0.21 '
55classifiers = ["Development Status :: 5 - Production/Stable" ,
66 "Environment :: Plugins" ,
77 "Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments