Skip to content

Commit 30c50ee

Browse files
committed
bumped version to 2.5.6
1 parent 949f48f commit 30c50ee

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
Changelog
44
=====================================
55

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+
614
****************
715
Version 2.5.5
816
****************

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name=twitchAPI
3-
version=2.5.5
3+
version=2.5.6
44
url=https://github.com/Teekeks/pyTwitchAPI
55
author=Lena "Teekeks" During
66
author_email=info@teawork.de

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
setup(
55
packages=find_packages(),
66
name="twitchAPI",
7-
version="2.5.5",
7+
version="2.5.6",
88
url="https://github.com/Teekeks/pyTwitchAPI",
99
author="Lena \"Teekeks\" During",
1010
author_email="info@teawork.de",

twitchAPI/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from twitchAPI.pubsub import PubSub
55
from twitchAPI.eventsub import EventSub
66

7-
VERSION = (2, 5, 5)
7+
VERSION = (2, 5, 6)

0 commit comments

Comments
 (0)