Skip to content

Commit d2a6ccf

Browse files
committed
Version bump to v2.5.2
1 parent f4bce1c commit d2a6ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discord/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__author__ = 'Rapptz'
1414
__license__ = 'MIT'
1515
__copyright__ = 'Copyright 2015-present Rapptz'
16-
__version__ = '2.6.0a'
16+
__version__ = '2.5.2'
1717

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

@@ -83,7 +83,7 @@ class VersionInfo(NamedTuple):
8383
serial: int
8484

8585

86-
version_info: VersionInfo = VersionInfo(major=2, minor=6, micro=0, releaselevel='alpha', serial=0)
86+
version_info: VersionInfo = VersionInfo(major=2, minor=5, micro=2, releaselevel='final', serial=0)
8787

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

0 commit comments

Comments
 (0)