From 78175ded1b29ff73c1fb1d4bcfc85e42b572fa07 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 1 Mar 2023 22:48:19 -0500 Subject: [PATCH] Version bump to v2.2.2 --- discord/__init__.py | 4 ++-- docs/whats_new.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/discord/__init__.py b/discord/__init__.py index 39fdb2673..5afc3fccb 100644 --- a/discord/__init__.py +++ b/discord/__init__.py @@ -13,7 +13,7 @@ __title__ = 'discord' __author__ = 'Rapptz' __license__ = 'MIT' __copyright__ = 'Copyright 2015-present Rapptz' -__version__ = '2.3.0a' +__version__ = '2.2.2' __path__ = __import__('pkgutil').extend_path(__path__, __name__) @@ -78,7 +78,7 @@ class VersionInfo(NamedTuple): serial: int -version_info: VersionInfo = VersionInfo(major=2, minor=3, micro=0, releaselevel='alpha', serial=0) +version_info: VersionInfo = VersionInfo(major=2, minor=2, micro=2, releaselevel='final', serial=0) logging.getLogger(__name__).addHandler(logging.NullHandler()) diff --git a/docs/whats_new.rst b/docs/whats_new.rst index b7fa32607..760be0152 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -11,9 +11,9 @@ Changelog This page keeps a detailed human friendly rendering of what's new and changed in specific versions. -.. _vp2p2p1: +.. _vp2p2p2: -v2.2.1 +v2.2.2 ------- Bug Fixes