summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-05-24 10:14:49 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-05-24 10:14:49 +0200
commit0c09b56ce22740e35e552daa581e85315f0c0131 (patch)
tree411105c6fe37ce8c046b604c7ef10d0ef05bf7c3
parentd6e8b21592dee35b482782a4d6eabfd95a2c796a (diff)
downloadpep8-1.1.tar.gz
Release version 1.1.1.1
-rw-r--r--CHANGES.txt7
-rwxr-xr-xpep8.py2
2 files changed, 5 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a12caab..aa7ef99 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,8 +2,8 @@ Changelog
=========
-1.0.2 (UNRELEASED)
-------------------
+1.1 (2012-05-24)
+----------------
* Add E901 for syntax errors. (Issues #63 and #30)
@@ -12,7 +12,8 @@ Changelog
* 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 @@ for space.
"""
-__version__ = '1.0.1'
+__version__ = '1.1'
import os
import sys