diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-25 12:11:19 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-25 12:11:19 -0500 |
| commit | 1254fe8f5cfcbd4afc2f692827da4f04a3033c56 (patch) | |
| tree | a44a78e5650bbbec638c39e4a285fceceedcd57e | |
| parent | 93089108932a5382630243a5691d4cf796b60ec4 (diff) | |
| download | flake8-stable/2.6.tar.gz | |
Bump version to 2.6.22.6.2stable/2.6
| -rw-r--r-- | CHANGES.rst | 5 | ||||
| -rw-r--r-- | flake8/__init__.py | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index ad3d2c3..57bbdaa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ CHANGES ======= +2.6.2 - 2016-06-25 +------------------ + +- **Bug** Fix packaging error during release process. + 2.6.1 - 2016-06-25 ------------------ diff --git a/flake8/__init__.py b/flake8/__init__.py index 574f407..41566c9 100644 --- a/flake8/__init__.py +++ b/flake8/__init__.py @@ -1 +1 @@ -__version__ = '2.6.1' +__version__ = '2.6.2' |
