Skip to content

Commit f2b4c81

Browse files
committed
Start 2.5.1
This moves main over to 2.5.1 to prevent a merge freeze while 2.5.0 finishes out its release cycle.
1 parent e7a511b commit f2b4c81

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)