Skip to content

Commit 1ce9027

Browse files
chore(release): v2.10.1 (#1268)
Co-authored-by: disnake-bot[bot] <139079794+disnake-bot[bot]@users.noreply.github.com>
1 parent de796e4 commit 1ce9027

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

changelog/1267.bugfix.rst

-1
This file was deleted.

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.10.0"
17+
__version__ = "2.10.1"
1818

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

@@ -87,7 +87,7 @@ class VersionInfo(NamedTuple):
8787

8888

8989
# fmt: off
90-
version_info: VersionInfo = VersionInfo(major=2, minor=10, micro=0, releaselevel="final", serial=0)
90+
version_info: VersionInfo = VersionInfo(major=2, minor=10, micro=1, releaselevel="final", serial=0)
9191
# fmt: on
9292

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

docs/whats_new.rst

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

1818
.. towncrier release notes start
1919
20+
.. _vp2p10p1:
21+
22+
v2.10.1
23+
-------
24+
25+
Bug Fixes
26+
~~~~~~~~~
27+
- Prevent :class:`py:DeprecationWarning` related to :attr:`Message.interaction` field on shard reconnect. (:issue:`1267`)
28+
29+
2030
.. _vp2p10p0:
2131

2232
v2.10.0

0 commit comments

Comments
 (0)