Skip to content

Commit

Permalink
Prepare v2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoran56 committed Dec 2, 2022
1 parent 253d51a commit e53b72a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ Bugfixes
- image: Prevent BufferManager crash when stencil buffer query fails #703
- macOS input: fix broken get_guid link for Controllers.
- math: fix Mat4.look_at. #708
- shader: fix vertex_list passing id instead of self to Batch.get_domain
- shapes: fix crash when setting Arc.visible = False

Changes
-------
- shapes: add Arc.start_angle setter
- graphics: Various default Group changes to help improve Group consolidation


pyglet 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion pyglet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from typing import TYPE_CHECKING

#: The release version
version = '2.0.0'
version = '2.0.1'
__version__ = version

MIN_PYTHON_VERSION = 3, 8
Expand Down

0 comments on commit e53b72a

Please sign in to comment.