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

Commit

Permalink
Merge pull request #359 from cloudant/prepare-2.8.0-release
Browse files Browse the repository at this point in the history
Proposed 2.8.0 release
  • Loading branch information
ricellis authored Feb 15, 2018
2 parents 441d2be + 8192907 commit fd0a7b6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 2.8.0 (Unreleased)
# 2.8.0 (2018-02-15)

- [NEW] Added support for `/_search_disk_size` endpoint which retrieves disk size information for a specific search index.
- [FIXED] Updated default IBM Cloud Identity and Access Management token URL.
- [REMOVED] Removed broken source and target parameters that constantly threw `AttributeError` when creating a replication document.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.0-SNAPSHOT
2.8.0
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '2.8.0-SNAPSHOT'
version = '2.8.0'
# The full version, including alpha/beta/rc tags.
release = '2.8.0-SNAPSHOT'
release = '2.8.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions src/cloudant/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (c) 2015, 2017 IBM. All rights reserved.
# Copyright (c) 2015, 2018 IBM. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
"""
Cloudant / CouchDB Python client library API package
"""
__version__ = '2.8.0-SNAPSHOT'
__version__ = '2.8.0'

# pylint: disable=wrong-import-position
import contextlib
Expand Down

0 comments on commit fd0a7b6

Please sign in to comment.