version 2.4
This commit is contained in:
parent
8e615f4446
commit
bcf65fe16e
2
LICENSE
2
LICENSE
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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)
|
||||
=================
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
novaclient module.
|
||||
"""
|
||||
|
||||
__version__ = '2.3'
|
||||
__version__ = '2.4'
|
||||
|
||||
from novaclient.backup_schedules import (
|
||||
BackupSchedule, BackupScheduleManager,
|
||||
|
Loading…
Reference in New Issue
Block a user