summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Coraor <nate@bx.psu.edu>2016-02-06 12:18:19 -0500
committerNate Coraor <nate@bx.psu.edu>2016-02-06 12:18:19 -0500
commitb2457136926c10173e5e50090d8a5cc90f6cdd89 (patch)
tree6365510e7a0140fd87587d30cd5b458692c31f1a
parentf3d802b5ef22ca4c62c0b5528d3737d05642d298 (diff)
downloadwheel-b2457136926c10173e5e50090d8a5cc90f6cdd89.tar.gz
Bump version to 0.29.00.29.0
-rw-r--r--CHANGES.txt5
-rw-r--r--wheel/__init__.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index b3ed350..f53b572 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,8 @@
+0.29.0
+======
+- Fix compression type of files in archive (Issue #155, Pull Request #62,
+ thanks Xavier Fernandez)
+
0.28.0
======
- Fix file modes in archive (Issue #154)
diff --git a/wheel/__init__.py b/wheel/__init__.py
index 58ea1c4..be2453a 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.28.0"
+__version__ = "0.29.0"