Skip to content

Commit

Permalink
Merge pull request pygame-community#3323 from pygame-community/releas…
Browse files Browse the repository at this point in the history
…e/2.5.3.dev2

2.5.3.dev2
  • Loading branch information
Starbuck5 authored Feb 2, 2025
2 parents 953dbec + cb10392 commit 939afd3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-gh-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: ./.github/workflows/build-ubuntu-sdist.yml

draft-release:
needs: [manylinux-aarch64, manylinux, macos, windows, sdist]
needs: [manylinux, macos, windows, sdist]
runs-on: ubuntu-latest
permissions:
id-token: write
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
|Python3| |GithubCommits| |BlackFormatBadge|

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

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

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

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

.. |DocsStatus| image:: https://img.shields.io/website?down_message=offline&label=docs&up_message=online&url=https%3A%2F%2Fpyga.me%2Fdocs%2F
:target: https://pyga.me/docs/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pygame-ce"
version = "2.5.3.dev1"
version = "2.5.3.dev2"
description = "Python Game Development"
readme = "README.rst" # for long description
requires-python = ">=3.9"
Expand Down

0 comments on commit 939afd3

Please sign in to comment.