Skip to content

Commit b718672

Browse files
committed
Bump version, add changelog
1 parent 2416f75 commit b718672

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Diff for: disnake/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__author__ = "Rapptz, EQUENOS"
1414
__license__ = "MIT"
1515
__copyright__ = "Copyright 2015-present Rapptz, 2021-present EQUENOS"
16-
__version__ = "2.2.2"
16+
__version__ = "2.2.3"
1717

1818
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
1919

@@ -70,6 +70,6 @@ class VersionInfo(NamedTuple):
7070
serial: int
7171

7272

73-
version_info: VersionInfo = VersionInfo(major=2, minor=2, micro=2, releaselevel="beta", serial=0)
73+
version_info: VersionInfo = VersionInfo(major=2, minor=2, micro=3, releaselevel="beta", serial=0)
7474

7575
logging.getLogger(__name__).addHandler(logging.NullHandler())

Diff for: docs/whats_new.rst

+12
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ Changelog
1111
This page keeps a detailed human friendly rendering of what's new and changed
1212
in specific versions.
1313

14+
15+
.. _vp2p2p3:
16+
17+
v2.2.3
18+
------
19+
20+
Bug Fixes
21+
~~~~~~~~~
22+
23+
- Fix invalid default value for application command option descriptions (:issue:`338`)
24+
25+
1426
.. _vp2p2p2:
1527

1628
v2.2.2

0 commit comments

Comments
 (0)