summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-01-26 17:26:10 +0000
committerChris McDonough <chrism@agendaless.com>2009-01-26 17:26:10 +0000
commit5d4f043085453f6cf657acaa0da7bc6ac944dcc3 (patch)
tree2e48613f302d2d42f264799812f76fbc6fdc066e
parente6e0ea3f041e0273cdac86da663a4a273e1beebb (diff)
downloadpyramid-5d4f043085453f6cf657acaa0da7bc6ac944dcc3.tar.gz
pyramid-5d4f043085453f6cf657acaa0da7bc6ac944dcc3.tar.bz2
pyramid-5d4f043085453f6cf657acaa0da7bc6ac944dcc3.zip
Prep for 0.6.5.
-rw-r--r--CHANGES.txt6
-rw-r--r--docs/conf.py4
-rw-r--r--setup.py2
3 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 784e57b81..863b605a6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-Next Release
-============
+0.6.5 (2009-01-26)
+==================
Features
--------
@@ -14,7 +14,7 @@ Features
- Added a ``traversal_path`` API to the traversal module; see the
"traversal" API chapter in the docs. This was a function previously
known as ``split_path`` that was not an API but people were using it
- anyway. Unlike ``split_path`` it now returns a tuple instead of a
+ anyway. Unlike ``split_path``, it now returns a tuple instead of a
list (as its values are cached).
Behavior Changes
diff --git a/docs/conf.py b/docs/conf.py
index 0ce7637f9..d9ab8a69a 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.4'
+version = '0.6.5'
# The full version, including alpha/beta/rc tags.
-release = '0.6.4'
+release = '0.6.5'
# 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 1ff97fd4d..97168434e 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
#
##############################################################################
-__version__ = '0.6.4'
+__version__ = '0.6.5'
import os