summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt4
-rwxr-xr-xpep8.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f76ca3e..4fe6f9a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,8 +2,8 @@ Changelog
=========
-1.x (unreleased)
-----------------
+1.4.1 (2013-01-18)
+------------------
* Allow sphinx.ext.autodoc syntax for comments. (Issue #110)
diff --git a/pep8.py b/pep8.py
index 7c4bdff..bee485b 100755
--- a/pep8.py
+++ b/pep8.py
@@ -45,7 +45,7 @@ W warnings
700 statements
900 syntax error
"""
-__version__ = '1.4.1a0'
+__version__ = '1.4.1'
import os
import sys