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 006d67f commit 0d33c8dCopy full SHA for 0d33c8d
CHANGELOG.rst
@@ -0,0 +1,17 @@
1
+Changelog
2
+============
3
+
4
5
+ v1.0.1 (2017-12-18)
6
+---------------------
7
8
+ - Added change log ✅
9
+ - Decode byte stream into utf-8 - fixing Python 3 compatability issue (Thanks @navinpai!)
10
+ - Added `host` argument, to bind to hosts other than `localhost` (Thanks @calvinhp!)
11
+ - Improved verification token logic (Thanks @benoitlavigne!)
12
13
14
+v1.0.0 (2017-02-22)
15
16
17
+ - Initial release 🎉
slackeventsapi/version.py
@@ -1,2 +1,2 @@
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
-__version__ = '1.0.0'
+__version__ = '1.0.1'
0 commit comments