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

Commit 423fc82

Browse files
committed
change version + update README.md
1 parent eca1b49 commit 423fc82

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,13 @@ You can find more (and better) examples [here](https://github.com/discord-py-ui/
177177
# Changelog
178178

179179
- <details>
180+
<summary>4.3.4</summary>
181+
182+
## Fixed
183+
- SlashOption not accepting tuple
184+
185+
</details>
186+
- <details>
180187
<summary>4.3.3</summary>
181188

182189
## **Fixed**

discord_ui/__init__.py

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

4747

4848
__title__ = "discord-ui"
49-
__version__ = "4.3.3"
49+
__version__ = "4.3.4"

0 commit comments

Comments
 (0)