Skip to content

Commit

Permalink
Update to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bwendling committed Oct 24, 2015
1 parent b053fc2 commit 348b2f3
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.6.1] UNRELEASED
## [0.6.1] 2015-10-24
### Fixed
- Make sure to align comments in data literals correctly. Also make sure we
don't count a "#." in a string as an i18n comment.
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.6.0'
__version__ = '0.6.1'


def main(argv):
Expand Down

0 comments on commit 348b2f3

Please sign in to comment.