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 #362 from cloudant/360-package-version
Browse files Browse the repository at this point in the history
Prepare for 2.8.1 release
  • Loading branch information
ricellis authored Feb 16, 2018
2 parents b7e4ccf + 3362208 commit 9bacf3f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.8.1 (2018-02-16)

- [FIXED] Installation failures of 2.8.0 caused by missing VERSION file in distribution.

# 2.8.0 (2018-02-15)

- [NEW] Added support for `/_search_disk_size` endpoint which retrieves disk size information for a specific search index.
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include requirements.txt
include requirements.txt VERSION
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.1-SNAPSHOT
2.8.1
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.1-SNAPSHOT'
version = '2.8.1'
# The full version, including alpha/beta/rc tags.
release = '2.8.1-SNAPSHOT'
release = '2.8.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/cloudant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""
Cloudant / CouchDB Python client library API package
"""
__version__ = '2.8.1-SNAPSHOT'
__version__ = '2.8.1'

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

0 comments on commit 9bacf3f

Please sign in to comment.