From bd6e38da49eabaec659e47a7c39378d5de81f794 Mon Sep 17 00:00:00 2001 From: Ankith Date: Sun, 3 Sep 2023 03:12:37 +0530 Subject: [PATCH] 2.3.2 --- docs/reST/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reST/conf.py b/docs/reST/conf.py index d94e162b19..4748edc8a5 100644 --- a/docs/reST/conf.py +++ b/docs/reST/conf.py @@ -49,7 +49,7 @@ # The short X.Y version. version = '2.3.2' # The full version, including alpha/beta/rc tags. -release = '2.3.2.dev1' +release = '2.3.2' # Format strings for the version directives versionadded_format = 'New in pygame-ce %s' diff --git a/setup.py b/setup.py index 689eff2bbb..6db3866ceb 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ METADATA = { "name": "pygame-ce", - "version": "2.3.2.dev1", + "version": "2.3.2", "license": "LGPL", "url": "https://pyga.me", "author": "A community project.",