summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
-rw-r--r--docs/conf.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8735ca6..2b3fe8e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,8 +1,8 @@
Routes Changelog
%%%%%%%%%%%%%%%%
-Release 1.12.3 (**tip**)
-========================
+Release 1.12.3 (June 5, 2010)
+=============================
* Fix bug with URLGenerator not properly including SCRIPT_NAME when generating
URL's and the singleton is not present.
diff --git a/docs/conf.py b/docs/conf.py
index c10944e..bccde28 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.1'
+version = '1.12.3'
# The full version, including alpha/beta/rc tags.
-release = '1.12.1'
+release = '1.12.3'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: