Skip to content

Commit

Permalink
1.9.4 release UPLOAD
Browse files Browse the repository at this point in the history
  • Loading branch information
illume committed Jul 19, 2018
1 parent a259d8e commit 9164c6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/reST/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
# built documents.
#
# The short X.Y version.
version = '1.9.4rc1'
version = '1.9.4'
# The full version, including alpha/beta/rc tags.
release = '1.9.4rc1'
release = '1.9.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

METADATA = {
"name": "pygame",
"version": "1.9.4rc1",
"version": "1.9.4",
"license": "LGPL",
"url": "https://www.pygame.org",
"author": "Pete Shinners, Rene Dudfield, Marcus von Appen, Bob Pendleton, others...",
Expand Down

0 comments on commit 9164c6b

Please sign in to comment.