summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gr?nholm <alex.gronholm@nextday.fi>2011-05-24 23:41:05 +0300
committerAlex Gr?nholm <alex.gronholm@nextday.fi>2011-05-24 23:41:05 +0300
commitf027ce346816a5ec39b6eaa58f0c8d52b11403c7 (patch)
treef8a116f97ad38668e0015f7dd813abb149054b34
parentd44685df93d4ced203d0fb8e601e19502af7685e (diff)
downloadpastedeploy-f027ce346816a5ec39b6eaa58f0c8d52b11403c7.tar.gz
Bumped up version to 1.5.0 proper1.5.0
-rw-r--r--docs/conf.py2
-rw-r--r--docs/news.txt4
-rw-r--r--setup.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 76beb2f..bd009e9 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -42,7 +42,7 @@ copyright = '2011, Ian Bicking and contributors'
# The short X.Y version.
version = '1.5'
# The full version, including alpha/beta/rc tags.
-release = '1.5.0dev'
+release = '1.5.0'
# 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 d89cc76..c534868 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -1,8 +1,8 @@
Paste Deployment News
=====================
-hg tip
-------
+1.5.0
+-----
* Project is now maintained by Alex Grönholm <alex.gronholm@nextday.fi>
diff --git a/setup.py b/setup.py
index f03bc7a..63e4600 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name="PasteDeploy",
- version='1.5.0dev',
+ version='1.5.0',
description="Load, configure, and compose WSGI applications and servers",
long_description="""\
This tool provides code to load WSGI applications and servers from