From 7ef7e1444294bccb4a94253d6cc4de1ca0e24cbe Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 18 Sep 2017 16:59:48 -0700 Subject: [PATCH] Bump version to v0.18.0 --- CHANGELOG | 2 +- yapf/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c5ee9c9cb..c5811f312 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. diff --git a/yapf/__init__.py b/yapf/__init__.py index 08edbf062..74cba3dee 100644 --- a/yapf/__init__.py +++ b/yapf/__init__.py @@ -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):