Skip to content

Commit

Permalink
Ready 1.4.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoran56 committed Sep 9, 2019
1 parent 1b4ff6b commit c95c7a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
pyglet 1.4.4
Bugfix release.

Bugfixes
--------
- Fixed incorrect glXSwapIntervalEXT arguments for Xlib contexts.

pyglet 1.4.3
Bugfix release.

Expand Down
2 changes: 1 addition & 1 deletion pyglet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
#: >>> parse_version(pyglet.version) >= parse_version('1.1')
#: True
#:
version = '1.4.3'
version = '1.4.4'

# Pyglet platform treats *BSD systems as Linux
compat_platform = sys.platform
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup, find_packages

# Bump pyglet/__init__.py version as well.
VERSION = '1.4.3'
VERSION = '1.4.4'

with open('README.rst') as f:
long_description = f.read()
Expand Down

0 comments on commit c95c7a2

Please sign in to comment.