Skip to content

Commit

Permalink
Bump version to v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bwendling committed Oct 14, 2017
1 parent bf399db commit 4d9b905
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
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.19.0] UNRELEASED
## [0.19.0] 2017-10-14
### Added
- Added `SPLIT_BEFORE_EXPRESSION_AFTER_OPENING_PAREN` that enforces a split
after the opening paren of an expression that's surrounded by parens.
Expand Down
4 changes: 3 additions & 1 deletion HACKING.rst
Expand Up @@ -21,7 +21,9 @@ Releasing a new version

* Check it looks OK, install it onto a virtualenv, run tests, run yapf as a tool

* Push to PyPI: python setup.py sdist bdist_wheel upload
* Build release: python setup.py sdist bdist_wheel

* Push to PyPI: twine upload dist/*

* Test in a clean virtualenv that 'pip install yapf' works with the new version

Expand Down
2 changes: 1 addition & 1 deletion yapf/__init__.py
Expand Up @@ -38,7 +38,7 @@
from yapf.yapflib import style
from yapf.yapflib import yapf_api

__version__ = '0.18.0'
__version__ = '0.19.0'


def main(argv):
Expand Down

0 comments on commit 4d9b905

Please sign in to comment.