Skip to content

Commit

Permalink
Ready 1.5.27 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoran56 committed Sep 21, 2022
1 parent b0a0096 commit b9c8c10
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
pyglet 1.5.27

Bugfixes
--------
- Windows - stop setting HWND_TOPMOST for fullscreen windows
- obj decoder - Fix GL_SHININESS (Ns) value parsing
- Fix broken property setter for shapes.Polygon (#676)
- Fix keys getting "stuck" in KeyStateHandler when Window loses focus (#682)


pyglet 1.5.26

Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion pyglet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#:
#: Valid only if pyglet was installed from a source or binary distribution
#: (i.e. not cloned from Git).
version = '1.5.26'
version = '1.5.27'


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

0 comments on commit b9c8c10

Please sign in to comment.