Skip to content

Commit 467bb83

Browse files
committed
Fixing version number.
1 parent 88a7dfa commit 467bb83

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
@@ -1,6 +1,8 @@
11
Changelog
22
=========
33

4+
* 2.1.1
5+
* No runtime changes.
46
* 2.1.0
57
* Adding interface support for opens, closes, and assignments of conversations. (`#101 <https://github.com/jkeyes/python-intercom/pull/101>`_)
68
* Ensuring identity_hash only contains variables with valid values. (`#100 <https://github.com/jkeyes/python-intercom/issues/100>`_)

intercom/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import six
2727
import time
2828

29-
__version__ = '2.1.0'
29+
__version__ = '2.1.1'
3030

3131

3232
RELATED_DOCS_TEXT = "See https://github.com/jkeyes/python-intercom \

0 commit comments

Comments
 (0)