Skip to content

Commit 760f735

Browse files
committed
Merge branch 'version-3'
2 parents 861caba + ad8ac2f commit 760f735

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+1884
-1802
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ venv
66
*.egg-info
77
*.pyc
88
.DS_Store
9+
htmlcov
910
docs/_build
1011

1112
intercom.sublime-project

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sudo: false
12
language: python
23
python:
34
- 2.7

AUTHORS.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,14 @@ Patches and Suggestions
1717
- `Grant McConnaughey <https://github.com/grantmcconnaughey>`_
1818
- `Robert Elliott <https://github.com/greenafrican>`_
1919
- `Jared Morse <https://github.com/jarcoal>`_
20-
- `neocortex <https://github.com/neocortex>`_
20+
- `Rafael <https://github.com/neocortex>`_
2121
- `jacoor <https://github.com/jacoor>`_
2222
- `maiiku <https://github.com/maiiku>`_
23+
- `Piotr Kilczuk <https://github.com/centralniak>`_
24+
- `Forrest Scofield <https://github.com/fscofield>`_
25+
- `Jordan Feldstein <https://github.com/jfeldstein>`_
26+
- `François Voron <https://github.com/frankie567>`_
27+
- `Gertjan Oude Lohuis <https://github.com/gertjanol>`_
2328

2429
Intercom
2530
~~~~~~~~

CHANGES.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

4+
* 3.0b4
5+
* Added conversation.mark_read method. (`#136 <https://github.com/jkeyes/python-intercom/pull/136>`_)
6+
* 3.0b3
7+
* Added TokenUnauthorizedError. (`#134 <https://github.com/jkeyes/python-intercom/pull/134>`_)
8+
* Added UTC datetime everywhere. (`#130 <https://github.com/jkeyes/python-intercom/pull/130>`_)
9+
* Fixed connection error when paginating. (`#125 <https://github.com/jkeyes/python-intercom/pull/125>`_)
10+
* Added Personal Access Token support. (`#123 <https://github.com/jkeyes/python-intercom/pull/123>`_)
11+
* Fixed links to Intercom API documentation. (`#115 <https://github.com/jkeyes/python-intercom/pull/115>`_)
12+
* 3.0b2
13+
* Added support for Leads. (`#113 <https://github.com/jkeyes/python-intercom/pull/113>`_)
14+
* Added support for Bulk API. (`#112 <https://github.com/jkeyes/python-intercom/pull/112>`_)
15+
* 3.0b1
16+
* Moved to new client based approach. (`#108 <https://github.com/jkeyes/python-intercom/pull/108>`_)
417
* 2.1.1
518
* No runtime changes.
619
* 2.1.0

0 commit comments

Comments
 (0)