Skip to content

Commit 3928b99

Browse files
authored
Merge pull request #2361 from pygame-community/release/2.3.1.dev4
2.3.1.dev4
2 parents a7e61d4 + b2fd18d commit 3928b99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-gh-draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Trigger CircleCI builds on release
1515
id: circleci
16-
uses: CircleCI-Public/trigger-circleci-pipeline-action@v1.0.5
16+
uses: CircleCI-Public/trigger-circleci-pipeline-action@v1.1.0
1717
env:
1818
CCI_TOKEN: ${{ secrets.CCI_TOKEN }}
1919

docs/reST/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# The short X.Y version.
5050
version = '2.3.1'
5151
# The full version, including alpha/beta/rc tags.
52-
release = '2.3.1.dev3'
52+
release = '2.3.1.dev4'
5353

5454
# Format strings for the version directives
5555
versionadded_format = 'New in pygame-ce %s'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
METADATA = {
1818
"name": "pygame-ce",
19-
"version": "2.3.1.dev3",
19+
"version": "2.3.1.dev4",
2020
"license": "LGPL",
2121
"url": "https://pyga.me",
2222
"author": "A community project.",

0 commit comments

Comments
 (0)