Bump version to 0.29.0
diff --git a/CHANGELOG b/CHANGELOG
index 0a404b9..9f2c8df 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.29.0] UNRELEASED
+## [0.29.0] 2019-11-28
 ### Added
 - Add the `--quiet` flag to suppress output. The return code is 1 if there are
   changes, similarly to the `--diff` flag.
diff --git a/yapf/__init__.py b/yapf/__init__.py
index ef7e77f..27ff527 100644
--- a/yapf/__init__.py
+++ b/yapf/__init__.py
@@ -40,7 +40,7 @@
 from yapf.yapflib import style
 from yapf.yapflib import yapf_api
 
-__version__ = '0.28.0'
+__version__ = '0.29.0'
 
 
 def main(argv):