Skip to content

Commit 790c135

Browse files
committed
bump v0.4.0
1 parent dbe214d commit 790c135

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

HISTORY.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
History
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
@@ -9,7 +22,7 @@ History
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
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/',

0 commit comments

Comments
 (0)