summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.rst4
-rw-r--r--setup.cfg3
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 9fc398b..d637595 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,8 +1,8 @@
Routes Changelog
%%%%%%%%%%%%%%%%
-Release 2.1 (**dev**)
-=====================
+Release 2.1 (January 17, 2015)
+==============================
* Fix 3 other route matching groups in route.py to use anonymous groups for
optional sections to avoid exceeding regex limits. Fixes #15.
* Printing a mapper now includes the Controller/action parameters from the
diff --git a/setup.cfg b/setup.cfg
index af8d50e..4134fbe 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,6 @@
+[bdist_wheel]
+universal=1
+
[egg_info]
tag_build = dev