Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit a048d8e

Browse files
committed
updated readme and version
1 parent c6be844 commit a048d8e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,14 @@ You can find more (and better) examples [here](https://github.com/discord-py-ui/
195195

196196
# Changelog
197197

198+
- <details>
199+
<summary>5.0.1</summary>
200+
201+
## **Fixed**
202+
- Choices not working
203+
204+
</details>
205+
198206
- <details>
199207
<summary>5.0.0</summary>
200208

discord_ui/__init__.py

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

4747

4848
__title__ = "discord-ui"
49-
__version__ = "5.0.0"
49+
__version__ = "5.0.1"
5050

5151
if __version__.endswith("a"):
5252
print("Warning: This version is a preview version and can contain some issues!")

0 commit comments

Comments
 (0)