Update to v0.6.3
diff --git a/CHANGELOG b/CHANGELOG
index 524ed40..b9ad234 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,7 +2,10 @@
 # All notable changes to this project will be documented in this file.
 # This project adheres to [Semantic Versioning](http://semver.org/).
 
-## [0.6.3] UNRELEASED
+## [0.6.3] 2016-03-06
+### Changed
+- Documentation updated.
+
 ### Fixed
 - Fix spacing of multiline comments when formatting is disabled.
 
diff --git a/yapf/__init__.py b/yapf/__init__.py
index 0657a99..4f855a4 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.6.2'
+__version__ = '0.6.3'
 
 
 def main(argv):