File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -179,8 +179,8 @@ See docs/licenses for licenses of dependencies.
179179
180180.. |Python3 | image :: https://img.shields.io/badge/python-3-blue.svg?v=1
181181
182- .. |GithubCommits | image :: https://img.shields.io/github/commits-since/pygame-community/pygame-ce/2.1.4 .svg
183- :target: https://github.com/pygame-community/pygame-ce/compare/2.1.4 ...main
182+ .. |GithubCommits | image :: https://img.shields.io/github/commits-since/pygame-community/pygame-ce/2.2.0 .svg
183+ :target: https://github.com/pygame-community/pygame-ce/compare/2.2.0 ...main
184184
185185.. |DocsStatus | image :: https://img.shields.io/website?down_message=offline&label=docs&up_message=online&url=https%3A%2F%2Fpyga.me%2Fdocs%2F
186186 :target: https://pyga.me/docs/
Original file line number Diff line number Diff line change 4747# built documents.
4848#
4949# The short X.Y version.
50- version = '2.2 .0'
50+ version = '2.3 .0'
5151# The full version, including alpha/beta/rc tags.
52- release = '2.2.0 '
52+ release = '2.3.0.dev1 '
5353
5454# Format strings for the version directives
5555versionadded_format = 'New in pygame %s'
Original file line number Diff line number Diff line change 1616
1717METADATA = {
1818 "name" : "pygame-ce" ,
19- "version" : "2.2.0 " ,
19+ "version" : "2.3.0.dev1 " ,
2020 "license" : "LGPL" ,
2121 "url" : "https://pyga.me" ,
2222 "author" : "A community project." ,
Original file line number Diff line number Diff line change 5656
5757/* version macros (defined since version 1.9.5) */
5858#define PG_MAJOR_VERSION 2
59- #define PG_MINOR_VERSION 2
59+ #define PG_MINOR_VERSION 3
6060#define PG_PATCH_VERSION 0
6161#define PG_VERSIONNUM (MAJOR , MINOR , PATCH ) \
6262 (1000 * (MAJOR) + 100 * (MINOR) + (PATCH))
You can’t perform that action at this time.
0 commit comments