Skip to content

Commit f044073

Browse files
committed
build: bumped version to 4.0.1
1 parent 39655fa commit f044073

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

docs/_static/switcher.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[
22
{
33
"name": "develop",
4-
"version": "develop",
4+
"version": "latest",
55
"url": "https://pytwitchapi.dev/en/latest/"
66
},
77
{
8-
"name": "4.0.0 (stable)",
8+
"name": "4.0.1 (stable)",
99
"version": "stable",
1010
"url": "https://pytwitchapi.readthedocs.io/en/stable/",
1111
"preferred": true

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.0.1
8+
*************
9+
10+
Chat
11+
----
12+
13+
- Fixed RuntimeWarning when handling chat commands
14+
615
*************
716
Version 4.0.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, 0, 0, '')
1+
VERSION = (4, 0, 1, '')
22

3-
__version__ = '4.0.0'
3+
__version__ = '4.0.1'

0 commit comments

Comments
 (0)