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

Commit 9bacf3f

Browse files
authored
Merge pull request #362 from cloudant/360-package-version
Prepare for 2.8.1 release
2 parents b7e4ccf + 3362208 commit 9bacf3f

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.8.1 (2018-02-16)
2+
3+
- [FIXED] Installation failures of 2.8.0 caused by missing VERSION file in distribution.
4+
15
# 2.8.0 (2018-02-15)
26

37
- [NEW] Added support for `/_search_disk_size` endpoint which retrieves disk size information for a specific search index.

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include requirements.txt
1+
include requirements.txt VERSION

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.1-SNAPSHOT
1+
2.8.1

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '2.8.1-SNAPSHOT'
61+
version = '2.8.1'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '2.8.1-SNAPSHOT'
63+
release = '2.8.1'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

src/cloudant/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"""
1616
Cloudant / CouchDB Python client library API package
1717
"""
18-
__version__ = '2.8.1-SNAPSHOT'
18+
__version__ = '2.8.1'
1919

2020
# pylint: disable=wrong-import-position
2121
import contextlib

0 commit comments

Comments
 (0)