Skip to content

Commit

Permalink
[svn] Updating version to 0.9.6, updating PasteScript dependency to r…
Browse files Browse the repository at this point in the history
…elease.

--HG--
branch : trunk
  • Loading branch information
bbangert committed Sep 5, 2007
1 parent 71db7f5 commit 16df7a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -5,7 +5,7 @@
use_setuptools()
from setuptools import setup, find_packages

version = '0.9.6rc3'
version = '0.9.6'

setup(
name="Pylons",
Expand Down Expand Up @@ -73,7 +73,7 @@
include_package_data=True,
install_requires=[
"Routes>=1.7", "WebHelpers==dev,>=0.3.2dev-r2317", "Beaker>=0.7.4",
"Paste>=1.4", "PasteDeploy>=1.3.1", "PasteScript==dev,>=1.3.6dev-r6893",
"Paste>=1.4", "PasteDeploy>=1.3.1", "PasteScript==dev,>=1.3.6",
"FormEncode>=0.7", "simplejson>=1.7.1", "decorator>=2.1.0",
"nose>=0.9.2,<=0.9.9", "Mako>=0.1.8"
],
Expand Down

0 comments on commit 16df7a3

Please sign in to comment.