summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt8
-rw-r--r--docs/conf.py4
-rw-r--r--setup.py2
3 files changed, 10 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 67d0adffa..beaf2e81a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,4 @@
-Next Release
+0.6.8 (2009-02-05)
==================
Backwards Incompatibilities
@@ -79,6 +79,12 @@ Features
possible, for instance, to register a custom renderer that raises an
exception in a unit test.
+Implementation Changes
+----------------------
+
+- Moved _url_quote function back to ``repoze.bfg.traversal`` from
+ ``repoze.bfg.url``. This is not an API.
+
0.6.7 (2009-01-27)
==================
diff --git a/docs/conf.py b/docs/conf.py
index 111a8db77..c39db7003 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -51,9 +51,9 @@ copyright = '2008, Agendaless Consulting'
# other places throughout the built documents.
#
# The short X.Y version.
-version = '0.6.7'
+version = '0.6.8'
# The full version, including alpha/beta/rc tags.
-release = '0.6.7'
+release = '0.6.8'
# 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 e4342c5d5..4706bd0e0 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
#
##############################################################################
-__version__ = '0.6.7'
+__version__ = '0.6.8'
import os