We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61977a9 commit 7efeff8Copy full SHA for 7efeff8
docs/changelog.rst
@@ -2,6 +2,9 @@
2
Changelog
3
=========
4
5
+* 0.2.4
6
+ * Handle invalid JSON responses. (https://github.com/marselester)
7
+ * Fix to doctests to pass with current Intercom dummy API.
8
* 0.2.3
9
* Fixed version number of distribution to match documentation.
10
* 0.2.2
setup.py
@@ -8,7 +8,7 @@
fromsetuptoolsimportsetup
setup(name="python-intercom",
11
-version='0.2.4',
+version='0.2.5',
12
description="Intercom API wrapper",
13
long_description=open('README').read(),
14
author="John Keyes",
0 commit comments