summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2010-03-11 18:20:18 -0800
committerBen Bangert <ben@groovie.org>2010-03-11 18:20:18 -0800
commit086414263069a5d268835a9f2becf7fe6d78ef62 (patch)
treeea88203806020e7c2d67568aa20c35065d421dc1
parentcd9ecbcee71da4f596c6ba98974fb930525d25c0 (diff)
downloadroutes-086414263069a5d268835a9f2becf7fe6d78ef62.tar.gz
Tagging 1.12.1
--HG-- branch : trunk
-rw-r--r--CHANGELOG4
-rw-r--r--docs/conf.py4
-rw-r--r--setup.py2
3 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ad6e737..8b441a7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,8 +1,8 @@
Routes Changelog
%%%%%%%%%%%%%%%%
-Release 1.13 (**tip**)
-======================
+Release 1.12.1 (March 11, 2010)
+===============================
* Fix bug with routes not generating URL's with callables in defaults.
* Fix bug with routes not handling sub-domain defaults during generation.
diff --git a/docs/conf.py b/docs/conf.py
index d40135c..c10944e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -42,9 +42,9 @@ copyright = '2010, Ben Bangert, Mike Orr'
# other places throughout the built documents.
#
# The short X.Y version.
-version = '1.12'
+version = '1.12.1'
# The full version, including alpha/beta/rc tags.
-release = '1.12'
+release = '1.12.1'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
diff --git a/setup.py b/setup.py
index 0cf072e..58faaec 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ except ImportError:
use_setuptools()
from setuptools import setup, find_packages
-version = '1.13'
+version = '1.12.1'
setup(name="Routes",
version=version,