Skip to content

Commit 1b8c5bc

Browse files
release: v2.9.1 (#1130)
Signed-off-by: shiftinv <[email protected]> Co-authored-by: disnake-bot[bot] <139079794+disnake-bot[bot]@users.noreply.github.com> Co-authored-by: shiftinv <[email protected]>
1 parent 1e46654 commit 1b8c5bc

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

Diff for: changelog/1105.doc.rst

-1
This file was deleted.

Diff for: changelog/1111.bugfix.rst

-1
This file was deleted.

Diff for: changelog/1120.bugfix.rst

-1
This file was deleted.

Diff for: changelog/1123.bugfix.rst

-1
This file was deleted.

Diff for: disnake/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
__author__ = "Rapptz, EQUENOS"
1515
__license__ = "MIT"
1616
__copyright__ = "Copyright 2015-present Rapptz, 2021-present EQUENOS"
17-
__version__ = "2.9.0"
17+
__version__ = "2.9.1"
1818

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

@@ -82,7 +82,7 @@ class VersionInfo(NamedTuple):
8282

8383

8484
# fmt: off
85-
version_info: VersionInfo = VersionInfo(major=2, minor=9, micro=0, releaselevel="final", serial=0)
85+
version_info: VersionInfo = VersionInfo(major=2, minor=9, micro=1, releaselevel="final", serial=0)
8686
# fmt: on
8787

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

Diff for: docs/whats_new.rst

+16
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@ in specific versions. Please see :ref:`version_guarantees` for more information.
1717

1818
.. towncrier release notes start
1919
20+
.. _vp2p9p1:
21+
22+
v2.9.1
23+
------
24+
25+
Bug Fixes
26+
~~~~~~~~~
27+
- Allow ``cls`` argument in select menu decorators (e.g. :func:`ui.string_select`) to be specified by keyword instead of being positional-only. (:issue:`1111`)
28+
- |commands| Fix edge case in evaluation of multiple identical annotations with forwardrefs in a single signature. (:issue:`1120`)
29+
- Fix :meth:`Thread.permissions_for` not working in some cases due to an incorrect import. (:issue:`1123`)
30+
31+
Documentation
32+
~~~~~~~~~~~~~
33+
- Miscellaneous grammar/typo fixes for :doc:`api/audit_logs`. (:issue:`1105`)
34+
35+
2036
.. _vp2p9p0:
2137

2238
v2.9.0

0 commit comments

Comments
 (0)