File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 30
30
pass
31
31
32
32
33
- version = VERSION = __version__ = '1.6.0 '
33
+ version = VERSION = __version__ = '1.6.1 '
34
34
35
35
COLOR = True
36
36
@@ -582,6 +582,7 @@ def main(*argv, **kwargs):
582
582
'''$(find . -type f -name '*.php' -exec grep -nIH '^[[:space:]]*{' {} \;)\n '''
583
583
'''"''' )
584
584
write (" --> Found %s adjustments" % (adjustments .count ('\n ' ) - adjustments .count ('\n \n ' ) - 1 ))
585
+ adjustments = re .sub (r'[^\x00-\x7F]' , '' , adjustments )
585
586
reports = reports + '\n # path=fixes\n ' + adjustments + '<<<<<< EOF'
586
587
587
588
result = ''
Original file line number Diff line number Diff line change 2
2
from setuptools import setup
3
3
import sys
4
4
5
- version = '1.6.0 '
5
+ version = '1.6.1 '
6
6
classifiers = ["Development Status :: 5 - Production/Stable" ,
7
7
"Environment :: Plugins" ,
8
8
"Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments