Bump version for django to 1.3

This commit is contained in:
Mark Gius 2011-05-26 13:43:07 -07:00
parent 1bd02e3a62
commit fce24e7c4a
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ eggs = ${buildout:eggs}
[django]
recipe = djangorecipe
version = 1.2.4
version = 1.3
project = django_openstack
projectegg = django_openstack
settings = testsettings

View File

@ -6,7 +6,7 @@ def read(fname):
setup(
name = "django-openstack",
version = "0.2",
version = "0.3",
url = 'https://launchpad.net/django-openstack/',
license = 'Apache 2.0',
description = "A Django interface for OpenStack.",

View File

@ -1,6 +1,6 @@
boto==1.9b
nose==1.0.0
Django==1.2.4
Django==1.3
django-nose==0.1.2
django-registration==0.7
nova-adminclient