Updates the library version to 0.9.2-preview.

This commit is contained in:
shipunyc 2014-11-24 18:58:02 -08:00
Родитель 6bc7929cab
Коммит 6c21e50d70
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -52,9 +52,9 @@ copyright = u'2014, Microsoft'
# built documents.
#
# The short X.Y version.
version = '0.9.1-preview'
version = '0.9.2-preview'
# The full version, including alpha/beta/rc tags.
release = '0.9.1-preview'
release = '0.9.2-preview'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

Просмотреть файл

@ -204,7 +204,7 @@ class Versions:
"""Constants of versions.
"""
CurrentVersion = '2014-08-21'
UserAgent = 'documentdb-python-sdk-0.9.1'
UserAgent = 'documentdb-python-sdk-0.9.2'
class Delimiters:

Просмотреть файл

@ -4,7 +4,7 @@ from distutils.core import setup
import setuptools
setup(name='pydocumentdb',
version='0.9.0-preview',
version='0.9.2-preview',
description='Azure DocumentDB Python SDK',
author="Microsoft",
author_email="docdbteam@microsoft.onmicrosoft.com",