We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30786f commit bbea542Copy full SHA for bbea542
2 files changed
CHANGES.txt
@@ -2,8 +2,8 @@ Changelog
2
=========
3
4
5
-1.x (unreleased)
6
-----------------
+1.4.6 (2013-07-02)
+------------------
7
8
* Honor ``# noqa`` for errors E711 and E712. (Issue #180)
9
pep8.py
@@ -45,7 +45,7 @@
45
700 statements
46
900 syntax error
47
"""
48
-__version__ = '1.4.6a0'
+__version__ = '1.4.6'
49
50
import os
51
import sys
0 commit comments