Skip to content

Commit

Permalink
Ready 1.5.20 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoran56 committed Sep 8, 2021
1 parent 0e3f8c5 commit 7e0e88f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
pyglet 1.5.20

Features
--------
- Experimental support for transparent and overlay windows on Linux and Windows.
- Shapes - Allow rotation and changing of border color for the BorderedRectangle.

Bugfixes
--------
- Xlib - Fix the mouse Y position being off by 1-pixel.
- Windows - Fix gapless audio playback on the XAudio2 backend.


pyglet 1.5.19

Features
Expand Down
4 changes: 2 additions & 2 deletions pyglet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
#: The release version of this pyglet installation.
#:
#: Valid only if pyglet was installed from a source or binary distribution
#: (i.e. not in a checked-out copy from SVN).
version = '1.5.19'
#: (i.e. not cloned from Git).
version = '1.5.20'


if sys.version_info < (3, 6):
Expand Down

0 comments on commit 7e0e88f

Please sign in to comment.