tweaked release notes
This commit is contained in:
parent
9db6490f44
commit
edff3ce1f4
4
LICENSE
4
LICENSE
@ -1,5 +1,5 @@
|
||||
Copyright (c) 2009 Jacob Kaplan-Moss - initial codebase (< v2.0)
|
||||
Copyright (c) 2011 Rackspace - OpenStack extensions (>= v2.0)
|
||||
Copyright (c) 2009 Jacob Kaplan-Moss - initial codebase (< v2.1)
|
||||
Copyright (c) 2011 Rackspace - OpenStack extensions (>= v2.1)
|
||||
|
||||
|
||||
Apache License
|
||||
|
@ -45,9 +45,9 @@ copyright = u'Rackspace, based on work by Jacob Kaplan-Moss'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '2.1'
|
||||
version = '2.2'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '2.1'
|
||||
release = '2.2'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -2,6 +2,13 @@
|
||||
Release notes
|
||||
=============
|
||||
|
||||
2.2 (March 1, 2011)
|
||||
=================
|
||||
|
||||
* removed some license/copywrite notices from source that wasn't
|
||||
significantly changed.
|
||||
|
||||
|
||||
2.1 (Feb 28, 2011)
|
||||
=================
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
novatools module.
|
||||
"""
|
||||
|
||||
__version__ = '2.1'
|
||||
__version__ = '2.2'
|
||||
|
||||
from novatools.backup_schedules import (
|
||||
BackupSchedule, BackupScheduleManager,
|
||||
|
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ if sys.version_info < (2,6):
|
||||
|
||||
setup(
|
||||
name = "python-novatools",
|
||||
version = "2.1",
|
||||
version = "2.2",
|
||||
description = "Client library for OpenStack Nova API",
|
||||
long_description = read('README.rst'),
|
||||
url = 'https://github.com/rackspace/python-novatools',
|
||||
|
Loading…
x
Reference in New Issue
Block a user