Skip to content

Commit 7efeff8

Browse files
committed
Updating changelog and setup for 0.2.5
1 parent 61977a9 commit 7efeff8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎docs/changelog.rst‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog
33
=========
44

5+
* 0.2.4
6+
* Handle invalid JSON responses. (https://github.com/marselester)
7+
* Fix to doctests to pass with current Intercom dummy API.
58
* 0.2.3
69
* Fixed version number of distribution to match documentation.
710
* 0.2.2

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
fromsetuptoolsimportsetup
99

1010
setup(name="python-intercom",
11-
version='0.2.4',
11+
version='0.2.5',
1212
description="Intercom API wrapper",
1313
long_description=open('README').read(),
1414
author="John Keyes",

0 commit comments

Comments
(0)