Skip to content

Commit 7d05ea2

Browse files
authored
Merge pull request #2905 from pygame-community/start-2.5.1
Start 2.5.1
2 parents e7a511b + f2b4c81 commit 7d05ea2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ See docs/licenses for licenses of dependencies.
176176

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

179-
.. |GithubCommits| image:: https://img.shields.io/github/commits-since/pygame-community/pygame-ce/2.3.0.svg
180-
:target: https://github.com/pygame-community/pygame-ce/compare/2.3.0...main
179+
.. |GithubCommits| image:: https://img.shields.io/github/commits-since/pygame-community/pygame-ce/2.4.1.svg
180+
:target: https://github.com/pygame-community/pygame-ce/compare/2.4.1...main
181181

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pygame-ce"
3-
version = "2.5.0.dev5"
3+
version = "2.5.1.dev1"
44
description = "Python Game Development"
55
readme = "README.rst" # for long description
66
requires-python = ">=3.8"

0 commit comments

Comments
 (0)