Skip to content

Commit 0d97664

Browse files
committed
build: release 4.2.1
1 parent f3ec916 commit 0d97664

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/changelog.rst

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

6+
*************
7+
Version 4.2.1
8+
*************
9+
10+
EventSub
11+
--------
12+
13+
- Fixed event payload parsing for Channel Prediction events
14+
615
*************
716
Version 4.2.0
817
*************

twitchAPI/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (4, 2, 0, '')
1+
VERSION = (4, 2, 1, '')
22

3-
__version__ = '4.2.0'
3+
__version__ = '4.2.1'

0 commit comments

Comments
 (0)