Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8412626

Browse files
committed
Release 0.4.2
1 parent2cb71b3 commit8412626

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

‎CHANGELOG.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ Bugfixes:
88

99
* TBD
1010

11+
##0.4.2 (2018-04-20)
12+
13+
Bugfixes:
14+
* Fix#185 -`Commandline argument -t "js" in bot.py is not recognized. But it is mentioned in the readme.md.`
15+
* Disable tests involving compile_shell on Python 2.7 mode unless Python 3.5+ is installed due to a mozilla-central requirement.
16+
* This temporarily lowers code coverage numbers reported to Codecov via Travis, until Python 3.5+ support is finished.
17+
* Integrated the isort Python checker into flake8 linting process
18+
* More automation / documentation / linting fixes
19+
20+
Notes:
21+
* Windows is still on the 0.1.x legacy branch, until Python 3.5+ support is completed
22+
1123
##0.4.1 (2018-04-19)
1224

1325
Bugfixes:

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
if__name__=="__main__":
1111
setup(name="funfuzz",
12-
version="0.5.0a1",
12+
version="0.4.2",
1313
entry_points={
1414
"console_scripts": ["funfuzz = funfuzz.bot:main"]
1515
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp