diff options
| author | Nate Coraor <nate@bx.psu.edu> | 2015-09-18 14:04:37 -0400 |
|---|---|---|
| committer | Nate Coraor <nate@bx.psu.edu> | 2015-09-18 14:04:37 -0400 |
| commit | acb3cf8177034c014cfe90a691a850b5322951b5 (patch) | |
| tree | adfeb3f7cc9149564f4eafe2cfefde462ef9eef4 | |
| parent | d6324ccf1d983682a5bd46dac5c628768ab120cb (diff) | |
| download | wheel-git-0.26.0.tar.gz | |
Bump to version 0.26.0 for issue #148 fix.0.26.0
| -rw-r--r-- | CHANGES.txt | 4 | ||||
| -rw-r--r-- | wheel/__init__.py | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index f1dec7b..afee416 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +0.26.0 +====== +- Fix multiple entrypoint comparison failure on Python 3 (Issue #148) + 0.25.0 ====== - Add Python 3.5 to tox configuration diff --git a/wheel/__init__.py b/wheel/__init__.py index b84d0e4..5a57ba7 100644 --- a/wheel/__init__.py +++ b/wheel/__init__.py @@ -1,2 +1,2 @@ # __variables__ with double-quoted values will be available in setup.py: -__version__ = "0.25.0" +__version__ = "0.26.0" |
