version 2.4

This commit is contained in:
Sandy Walsh 2011-02-25 02:11:32 -08:00
parent 8e615f4446
commit bcf65fe16e
5 changed files with 11 additions and 5 deletions

View File

@ -178,7 +178,7 @@ All rights reserved.
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
--- License for python-novatools versions prior to 2.0 ---
--- License for python-novaclient versions prior to 2.1 ---
All rights reserved.

View File

@ -45,9 +45,9 @@ copyright = u'Rackspace, based on work by Jacob Kaplan-Moss'
# built documents.
#
# The short X.Y version.
version = '2.3'
version = '2.4'
# The full version, including alpha/beta/rc tags.
release = '2.3'
release = '2.4'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -2,6 +2,12 @@
Release notes
=============
2.4 (March 7, 2011)
=================
* added Jacob Kaplan-Moss copyright notices to older/untouched files.
2.3 (March 2, 2011)
=================

View File

@ -18,7 +18,7 @@
novaclient module.
"""
__version__ = '2.3'
__version__ = '2.4'
from novaclient.backup_schedules import (
BackupSchedule, BackupScheduleManager,

View File

@ -11,7 +11,7 @@ if sys.version_info < (2,6):
setup(
name = "python-novaclient",
version = "2.3",
version = "2.4",
description = "Client library for OpenStack Nova API",
long_description = read('README.rst'),
url = 'https://github.com/rackspace/python-novaclient',