servo: Merge #13113 - bump Tidy version (from edunham:tidy-version); r=emilio

Published a new tidy after config file fixes landed, as requested in https://github.com/servo/servo/issues/10636#issuecomment-210658297. This commit makes the repo match what I published, is all.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because **I changed one character in a string. If this breaks stuff, we're !#@$#@!$'d.**

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

Source-Repo: https://github.com/servo/servo
Source-Revision: c4f34e9019e8324440d46a51e3df3bd150507199
This commit is contained in:
edunham
2016-08-30 18:26:56 -05:00
parent 467475ad02
commit ded9feab7c

View File

@@ -11,7 +11,7 @@ import os
from setuptools import setup, find_packages
VERSION = '0.1.0'
VERSION = '0.2.0'
install_requires = [
"flake8==2.4.1",