File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 3
3
Changelog
4
4
=====================================
5
5
6
+ ****************
7
+ Version 2.5.6
8
+ ****************
9
+
10
+ - Updated Create Prediction to take between 2 and 10 outcomes (thanks @lynara!)
11
+ - Added "Get Creator Goals" Endpoint (thanks @gitagogaming!)
12
+ - TwitchAPIException will now also include the message from the Twitch API when available
13
+
6
14
****************
7
15
Version 2.5.5
8
16
****************
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name =twitchAPI
3
- version =2.5.5
3
+ version =2.5.6
4
4
url =https://github.com/Teekeks/pyTwitchAPI
5
5
author =Lena " Teekeks" During
6
6
author_email =info@teawork.de
Original file line number Diff line number Diff line change 4
4
setup (
5
5
packages = find_packages (),
6
6
name = "twitchAPI" ,
7
- version = "2.5.5 " ,
7
+ version = "2.5.6 " ,
8
8
url = "https://github.com/Teekeks/pyTwitchAPI" ,
9
9
author = "Lena \" Teekeks\" During" ,
10
10
author_email = "info@teawork.de" ,
Original file line number Diff line number Diff line change 4
4
from twitchAPI .pubsub import PubSub
5
5
from twitchAPI .eventsub import EventSub
6
6
7
- VERSION = (2 , 5 , 5 )
7
+ VERSION = (2 , 5 , 6 )
You can’t perform that action at this time.
0 commit comments