Release version 1.1.
diff --git a/CHANGES.txt b/CHANGES.txt
index a12caab..aa7ef99 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,8 +2,8 @@
 =========
 
 
-1.0.2 (UNRELEASED)
-------------------
+1.1 (2012-05-24)
+----------------
 
 * Add E901 for syntax errors. (Issues #63 and #30)
 
@@ -12,7 +12,8 @@
 
 * Add ``tox.ini`` configuration file for tests. (Issue #61)
 
-* Add ``.travis.yml`` configuration for continuous integration. (Issue #62)
+* Add ``.travis.yml`` configuration file for continuous integration.
+  (Issue #62)
 
 
 1.0.1 (2012-04-06)
diff --git a/pep8.py b/pep8.py
index e2ec20b..644953b 100755
--- a/pep8.py
+++ b/pep8.py
@@ -93,7 +93,7 @@
 
 """
 
-__version__ = '1.0.1'
+__version__ = '1.1'
 
 import os
 import sys