summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/conf.py4
-rw-r--r--docs/news.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index e95109f..1b256af 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -34,7 +34,7 @@ master_doc = 'index'
# General substitutions.
project = 'Paste Deploy'
-copyright = '2008, Ian Bicking'
+copyright = '2010, Ian Bicking and contributors'
# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.
@@ -42,7 +42,7 @@ copyright = '2008, Ian Bicking'
# The short X.Y version.
version = '1.3'
# The full version, including alpha/beta/rc tags.
-release = '1.3.3'
+release = '1.3.4'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
diff --git a/docs/news.txt b/docs/news.txt
index 96e1793..119e110 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -1,8 +1,8 @@
Paste Deployment News
=====================
-svn trunk
----------
+1.3.4
+-----
* Fix loadconfig path handling on Jython on Windows.