Updates the library version to 0.9.2-preview.
This commit is contained in:
Родитель
6bc7929cab
Коммит
6c21e50d70
|
@ -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:
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче