summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-06-18 12:15:16 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-06-18 12:15:16 +0200
commit7131ddaaccca4de7418c52bbd2c9908c54d651bf (patch)
tree025204a05dc23d51005e37343cb28e98026ae4e0
parent895432f72f199ea7f76cabcce442c4a2bc30e60e (diff)
downloadpep8-7131ddaaccca4de7418c52bbd2c9908c54d651bf.tar.gz
Release version 1.3.1.1.3.1
-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 33b49f2..ebc0f56 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,8 +2,8 @@ Changelog
=========
-1.x (UNRELEASED)
-----------------
+1.3.1 (2012-06-18)
+------------------
* Explain which configuration options are expected. Accept and recommend
the options names with hyphen instead of underscore. (Issue #82)
diff --git a/pep8.py b/pep8.py
index a6a5da4..8f2316f 100755
--- a/pep8.py
+++ b/pep8.py
@@ -93,7 +93,7 @@ for space.
"""
-__version__ = '1.3.1a0'
+__version__ = '1.3.1'
import os
import sys