Skip to content

Commit abcc272

Browse files
committed
Updating version number.
1 parent 84f1a48 commit abcc272

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Changelog
22
=========
3+
* 3.1.0
4+
* Added support for the Scroll API. (`#156 <https://github.com/jkeyes/python-intercom/pull/156>`_)
35
* 3.0.5
46
* Increased default request timeout to 90 seconds. This can also be set by the `INTERCOM_REQUEST_TIMEOUT` environment variable. (`#154 <https://github.com/jkeyes/python-intercom/pull/154>`_)
57
* 3.0.4

intercom/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
MultipleMatchingUsersError, RateLimitExceeded, ResourceNotFound,
77
ServerError, ServiceUnavailableError, UnexpectedError, TokenUnauthorizedError)
88

9-
__version__ = '3.0.5'
9+
__version__ = '3.1.0'
1010

1111

1212
RELATED_DOCS_TEXT = "See https://github.com/jkeyes/python-intercom \

0 commit comments

Comments
 (0)