From 3da3e5f7b9f63697b77b1899c464f8881e8d3792 Mon Sep 17 00:00:00 2001 From: Starbuck5 <46412508+Starbuck5@users.noreply.github.com> Date: Sat, 4 Mar 2023 22:19:32 -0800 Subject: [PATCH] 2.1.4 --- 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 fa1d1f77f3..cb09f2d242 100644 --- a/docs/reST/conf.py +++ b/docs/reST/conf.py @@ -49,7 +49,7 @@ # The short X.Y version. version = '2.1.4' # The full version, including alpha/beta/rc tags. -release = '2.1.4.dev3' +release = '2.1.4' # Format strings for the version directives versionadded_format = 'New in pygame %s' diff --git a/setup.py b/setup.py index 85bccb1c17..e289f00ff5 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ METADATA = { "name": "pygame-ce", - "version": "2.1.4.dev3", + "version": "2.1.4", "license": "LGPL", "url": "https://pyga.me", "author": "A community project.",