tweaked release notes

This commit is contained in:
Sandy Walsh 2011-02-24 17:58:25 -04:00
parent 9db6490f44
commit edff3ce1f4
5 changed files with 13 additions and 6 deletions

View File

@ -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

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.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.

View File

@ -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)
=================

View File

@ -19,7 +19,7 @@
novatools module.
"""
__version__ = '2.1'
__version__ = '2.2'
from novatools.backup_schedules import (
BackupSchedule, BackupScheduleManager,

View File

@ -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',