File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11History
22=======
33
4+ ## 0.4.0
5+
6+ * Add Channel Token regeneration
7+ [ #7 ] ( https://github.com/beebotte/bbt_python/issues/7 ) .
8+ * Add Web clients connection management
9+ [ #10 ] ( https://github.com/beebotte/bbt_python/issues/10 ) .
10+ * Add Channel and Resource management (get and delete) operations
11+ [ #6 ] ( https://github.com/beebotte/bbt_python/issues/6 ) .
12+ * Fix error when response has no data body
13+ [ #8 ] ( https://github.com/beebotte/bbt_python/issues/8 ) .
14+ * Fix bad authentication data error when GET request has no query parameters
15+ [ #9 ] ( https://github.com/beebotte/bbt_python/issues/9 ) .
16+
417## 0.3.1
518
619* Fix inconsistent timestamp when system time is out of sync
922## 0.3.0
1023
1124* Add Channel Token based authentication
12- [ #4 ] ( https://github.com/beebotte/bbt_python/issues/3 ) .
25+ [ #3 ] ( https://github.com/beebotte/bbt_python/issues/3 ) .
1326* Fix for BBT.Resource.read method not working
1427 [ #4 ] ( https://github.com/beebotte/bbt_python/issues/4 ) .
1528
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'beebotte' ,
5- version = '0.3.1 ' ,
5+ version = '0.4.0 ' ,
66 description = 'Python library for interfacing with Beebotte' ,
77 url = 'http://beebotte.com' ,
88 download_url = 'https://pypi.python.org/pypi/beebotte/' ,
You can’t perform that action at this time.
0 commit comments