Skip to content

Commit

Permalink
yamllint version 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienverge committed Jan 14, 2019
1 parent b4740dc commit 16b9399
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,15 @@
Changelog
=========

1.14.0 (2019-01-14)
-------------------

- Fix documentation code snippets
- Drop Python 2.6 and 3.3 support, add Python 3.7 support
- Update documentation and tests for ``line-length`` + Unicode + Python 2
- Allow rule configurations to lack options
- Add a new ``ignore-shebangs`` option for the ``comments`` rule

1.13.0 (2018-11-14)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion yamllint/__init__.py
Expand Up @@ -22,7 +22,7 @@


APP_NAME = 'yamllint'
APP_VERSION = '1.13.0'
APP_VERSION = '1.14.0'
APP_DESCRIPTION = __doc__

__author__ = u'Adrien Vergé'
Expand Down

0 comments on commit 16b9399

Please sign in to comment.