summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Coraor <nate@bx.psu.edu>2016-02-05 16:35:05 -0500
committerNate Coraor <nate@bx.psu.edu>2016-02-05 16:35:05 -0500
commit62eec99f0d252ec58e8395a7da0b92e3be09ca3c (patch)
treee17c9cf7a273bb7b04ff6be0ac89ec2ea13b8329
parent696481ce84055fe8b408365ba0768f89a73229c0 (diff)
downloadwheel-62eec99f0d252ec58e8395a7da0b92e3be09ca3c.tar.gz
Bump version to 0.28.00.28.0
-rw-r--r--CHANGES.txt4
-rw-r--r--wheel/__init__.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9ff2d5c..b3ed350 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,7 @@
+0.28.0
+======
+- Fix file modes in archive (Issue #154)
+
0.27.0
======
- Support forcing a platform tag using `--plat-name` on pure-Python wheels, as
diff --git a/wheel/__init__.py b/wheel/__init__.py
index bc444e6..58ea1c4 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.27.0"
+__version__ = "0.28.0"