From 690ec23568f7ff052be9ede6b8b27ca8eae532a8 Mon Sep 17 00:00:00 2001 From: Starbuck5 <46412508+Starbuck5@users.noreply.github.com> Date: Sun, 13 Oct 2024 01:03:23 -0700 Subject: [PATCH] 2.5.2.dev2 --- README.rst | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index a75fb3dd5c..e9c952c6a4 100644 --- a/README.rst +++ b/README.rst @@ -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.4.1.svg - :target: https://github.com/pygame-community/pygame-ce/compare/2.4.1...main +.. |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 .. |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/ diff --git a/pyproject.toml b/pyproject.toml index 76c546710b..d3eddb717d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pygame-ce" -version = "2.5.2.dev1" +version = "2.5.2.dev2" description = "Python Game Development" readme = "README.rst" # for long description requires-python = ">=3.8"