summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt4
-rw-r--r--wheel/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9fe123a..a2e5b0a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-UNRELEASED
-==========
+0.31.1
+======
- Fixed arch as ``None`` when converting eggs to wheels
0.31.0
diff --git a/wheel/__init__.py b/wheel/__init__.py
index 705ac6d..f3f2ea0 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.31.0"
+__version__ = "0.31.1"