Skip to content

Commit

Permalink
Bump version to v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bwendling committed Sep 18, 2017
1 parent 6412ce7 commit 7ef7e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# All notable changes to this project will be documented in this file.
# This project adheres to [Semantic Versioning](http://semver.org/).

## [0.18.0] UNRELEASED
## [0.18.0] 2017-09-18
### Added
- Option `ALLOW_SPLIT_BEFORE_DICT_VALUE` allows a split before a value. If
False, then it won't be split even if it goes over the column limit.
Expand Down
2 changes: 1 addition & 1 deletion yapf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
from yapf.yapflib import style
from yapf.yapflib import yapf_api

__version__ = '0.17.0'
__version__ = '0.18.0'


def main(argv):
Expand Down

0 comments on commit 7ef7e14

Please sign in to comment.