- 1.0.1
- changelog for pullreq bitbucket:11
diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst
index 9f0e9f2..35d1237 100644
--- a/doc/build/changelog.rst
+++ b/doc/build/changelog.rst
@@ -6,6 +6,16 @@
 ===
 
 .. changelog::
+    :version: 1.0.1
+
+    .. change::
+        :tags: bug, py3k
+        :pullreq: bitbucket:11
+
+      Modernized the examples/wsgi/run_wsgi.py file for Py3k. 
+      Pull requset courtesy Cody Taylor.
+
+.. changelog::
     :version: 1.0.0
     :released: Sun Jun 8 2014
 
diff --git a/mako/__init__.py b/mako/__init__.py
index 52a1c05..c8c18e8 100644
--- a/mako/__init__.py
+++ b/mako/__init__.py
@@ -5,7 +5,7 @@
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
 
 
-__version__ = '1.0.0'
+__version__ = '1.0.1'