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 +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- # 2.8.0 (Unreleased)
1+ # 2.8.0 (2018-02-15)
2+
23- [ NEW] Added support for ` /_search_disk_size ` endpoint which retrieves disk size information for a specific search index.
34- [ FIXED] Updated default IBM Cloud Identity and Access Management token URL.
45- [ REMOVED] Removed broken source and target parameters that constantly threw ` AttributeError ` when creating a replication document.
Original file line number Diff line number Diff line change 1- 2.8.0-SNAPSHOT
1+ 2.8.0
Original file line number Diff line number Diff line change 5858# built documents.
5959#
6060# The short X.Y version.
61- version = '2.8.0-SNAPSHOT '
61+ version = '2.8.0'
6262# The full version, including alpha/beta/rc tags.
63- release = '2.8.0-SNAPSHOT '
63+ release = '2.8.0'
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 11#!/usr/bin/env python
2- # Copyright (c) 2015, 2017 IBM. All rights reserved.
2+ # Copyright (c) 2015, 2018 IBM. All rights reserved.
33#
44# Licensed under the Apache License, Version 2.0 (the "License");
55# you may not use this file except in compliance with the License.
1515"""
1616Cloudant / CouchDB Python client library API package
1717"""
18- __version__ = '2.8.0-SNAPSHOT '
18+ __version__ = '2.8.0'
1919
2020# pylint: disable=wrong-import-position
2121import contextlib
You can’t perform that action at this time.
0 commit comments