Skip to content

Commit 939afd3

Browse files
authored
Merge pull request #3323 from pygame-community/release/2.5.3.dev2
2.5.3.dev2
2 parents 953dbec + cb10392 commit 939afd3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release-gh-draft.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: ./.github/workflows/build-ubuntu-sdist.yml
1919

2020
draft-release:
21-
needs: [manylinux-aarch64, manylinux, macos, windows, sdist]
21+
needs: [manylinux, macos, windows, sdist]
2222
runs-on: ubuntu-latest
2323
permissions:
2424
id-token: write

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
|Python3| |GithubCommits| |BlackFormatBadge|
1010

1111
**English** `简体中文`_ `繁體中文`_ `Français`_ `فارسی`_ `Español`_ `日本語`_ `Italiano`_ `Русский`_
12-
---------------------------------------------------------------------------------------------------
12+
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1313

1414
Pygame_ is a free and open-source cross-platform library
1515
for the development of multimedia applications like video games using Python.
@@ -189,8 +189,8 @@ See docs/licenses for licenses of dependencies.
189189

190190
.. |Python3| image:: https://img.shields.io/badge/python-3-blue.svg?v=1
191191

192-
.. |GithubCommits| image:: https://img.shields.io/github/commits-since/pygame-community/pygame-ce/2.5.1.svg
193-
:target: https://github.com/pygame-community/pygame-ce/compare/2.5.1...main
192+
.. |GithubCommits| image:: https://img.shields.io/github/commits-since/pygame-community/pygame-ce/2.5.2.svg
193+
:target: https://github.com/pygame-community/pygame-ce/compare/2.5.2...main
194194

195195
.. |DocsStatus| image:: https://img.shields.io/website?down_message=offline&label=docs&up_message=online&url=https%3A%2F%2Fpyga.me%2Fdocs%2F
196196
:target: https://pyga.me/docs/

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pygame-ce"
3-
version = "2.5.3.dev1"
3+
version = "2.5.3.dev2"
44
description = "Python Game Development"
55
readme = "README.rst" # for long description
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)