yamllint version 1.10.0

pull/89/head v1.10.0
Adrien Vergé 7 years ago
parent 501def327d
commit a92743c8ca

@ -1,6 +1,16 @@
Changelog
=========
1.10.0 (2017-11-05)
-------------------
- Fix colored output on Windows
- Check documentation compilation on continuous integration
- Add a new `empty-values` rule
- Make sure test files are included in dist bundle
- Tests: Use en_US.UTF-8 locale when C.UTF-8 not available
- Tests: Dynamically detect Python executable path
1.9.0 (2017-10-16)
------------------

@ -22,7 +22,7 @@ indentation, etc."""
APP_NAME = 'yamllint'
APP_VERSION = '1.9.0'
APP_VERSION = '1.10.0'
APP_DESCRIPTION = __doc__
__author__ = u'Adrien Vergé'

Loading…
Cancel
Save