File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4949# The short X.Y version.
5050version = '2.5.0'
5151# The full version, including alpha/beta/rc tags.
52- release = '2.5.0.dev1 '
52+ release = '2.5.0.dev2 '
5353
5454# Format strings for the version directives
5555versionadded_format = 'New in pygame-ce %s'
Original file line number Diff line number Diff line change 11[project ]
22name = " pygame-ce"
3- version = " 2.5.0.dev1 "
3+ version = " 2.5.0.dev2 "
44description = " Python Game Development"
55readme = " README.rst" # for long description
66requires-python = " >=3.8"
Original file line number Diff line number Diff line change 1616
1717METADATA = {
1818 "name" : "pygame-ce" ,
19- "version" : "2.5.0.dev1 " ,
19+ "version" : "2.5.0.dev2 " ,
2020 "license" : "LGPL" ,
2121 "url" : "https://pyga.me" ,
2222 "author" : "A community project." ,
Original file line number Diff line number Diff line change 6060#define PG_PATCH_VERSION 0
6161/* The below is of the form ".devX" for dev releases, and "" (empty) for full
6262 * releases */
63- #define PG_VERSION_TAG ".dev1 "
63+ #define PG_VERSION_TAG ".dev2 "
6464#define PG_VERSIONNUM (MAJOR , MINOR , PATCH ) \
6565 (1000 * (MAJOR) + 100 * (MINOR) + (PATCH))
6666#define PG_VERSION_ATLEAST (MAJOR , MINOR , PATCH ) \
You can’t perform that action at this time.
0 commit comments