This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 2.0.1 (Unreleased )
1+ 2.0.1 (2016-06-02 )
22==================
3+ - [IMPROVED] Updated documentation links from python-cloudant.readthedocs.org to python-cloudant.readthedocs.io.
34- [FIX] Fixed issue with Windows platform compatibility,replaced usage of os.uname for the user-agent string.
45- [FIX] Fixed readthedocs link in README.rst to resolve to documentation home page.
5- - [IMPROVED] Updated documentation links from python-cloudant.readthedocs.org to python-cloudant.readthedocs.io.
66
772.0.0 (2016-05-02)
88==================
Original file line number Diff line number Diff line change 5858# built documents.
5959#
6060# The short X.Y version.
61- version = '2.1.0.dev '
61+ version = '2.0.1 '
6262# The full version, including alpha/beta/rc tags.
63- release = '2.1.0.dev '
63+ release = '2.0.1 '
6464
6565# The language for content autogenerated by Sphinx. Refer to documentation
6666# for a list of supported languages.
Original file line number Diff line number Diff line change 2929 'include_package_data' : True ,
3030 'install_requires' : requirements ,
3131 'name' : 'cloudant' ,
32- 'version' : '2.1.0.dev ' ,
32+ 'version' : '2.0.1 ' ,
3333 'author' : 'IBM' ,
3434 'author_email' :
'[email protected] ' ,
3535 'url' : 'https://github.com/cloudant/python-cloudant' ,
Original file line number Diff line number Diff line change 1515"""
1616Cloudant / CouchDB Python client library API package
1717"""
18- __version__ = '2.1.0.dev '
18+ __version__ = '2.0.1 '
1919
2020# pylint: disable=wrong-import-position
2121import contextlib
You can’t perform that action at this time.
0 commit comments