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 e1eeca1 commit 2042f06Copy full SHA for 2042f06
CHANGES.rst
@@ -2,6 +2,8 @@
2
Changelog
3
=========
4
5
+* 0.2.12
6
+ * include RTD theme in requirements.txt
7
* 0.2.11
8
* support for events. `#25 <https://github.com/jkeyes/python-intercom/pull/25>`_. (https://github.com/mekza)
9
* using RTD theme for documentation.
intercom/intercom.py
@@ -14,7 +14,7 @@
14
15
"""
16
17
-__version__ = '0.2.11'
+__version__ = '0.2.12'
18
19
import functools
20
import json
0 commit comments