Skip to content

Commit 2042f06

Browse files
committed
Fixing broken docs on RTD.
1 parent e1eeca1 commit 2042f06

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.rst

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

5+
* 0.2.12
6+
* include RTD theme in requirements.txt
57
* 0.2.11
68
* support for events. `#25 <https://github.com/jkeyes/python-intercom/pull/25>`_. (https://github.com/mekza)
79
* using RTD theme for documentation.

intercom/intercom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
"""
1616

17-
__version__ = '0.2.11'
17+
__version__ = '0.2.12'
1818

1919
import functools
2020
import json

0 commit comments

Comments
 (0)