Skip to content

Commit

Permalink
Ready v2.0.7 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoran56 committed May 9, 2023
1 parent 4811b54 commit 860fe94
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions RELEASE_NOTES
@@ -1,3 +1,17 @@
pyglet 2.0.7

Changes and Improvements
------------------------
- gui: Add alpha value to the Caret's default color.
- docs: Some minor rewording of sections, and type fixes.

Bugfixes
--------
- Fix broken struct format strings in png and ttf decoders.
- text: Clear Group cache when a Layout's Group is changed.
- Fix incorrect string formatting in the timer.py example.


pyglet 2.0.6

Changes and Improvements
Expand Down
2 changes: 1 addition & 1 deletion pyglet/__init__.py
Expand Up @@ -9,7 +9,7 @@
from typing import TYPE_CHECKING

#: The release version
version = '2.0.6'
version = '2.0.7'
__version__ = version

MIN_PYTHON_VERSION = 3, 8
Expand Down

0 comments on commit 860fe94

Please sign in to comment.