Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Python SDK 1.4.2
Browse files Browse the repository at this point in the history
Fixing an issue with the wheel of the project
  • Loading branch information
rnagpal committed Oct 6, 2015
1 parent 7758732 commit c1934cf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Changes in 1.4.2 : ##

- Functionally same as 1.4.1. Fixing the error in the included wheel of the project.

## Changes in 1.4.1 : ##

- Same as 1.4.0. Had to bump the version in order to include the wheel for the project.
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
# built documents.
#
# The short X.Y version.
version = '1.4.1'
version = '1.4.2'
# The full version, including alpha/beta/rc tags.
release = '1.4.1'
release = '1.4.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pydocumentdb/http_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class Versions:
"""Constants of versions.
"""
CurrentVersion = '2015-08-06'
UserAgent = 'documentdb-python-sdk-1.4.1'
UserAgent = 'documentdb-python-sdk-1.4.2'


class Delimiters:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import setuptools

setup(name='pydocumentdb',
version='1.4.1',
version='1.4.2',
description='Azure DocumentDB Python SDK',
author="Microsoft",
author_email="docdbteam@microsoft.onmicrosoft.com",
Expand Down

0 comments on commit c1934cf

Please sign in to comment.