Skip to content

Commit 6c4221c

Browse files
authored
Bump dependent library versions (#1447)
* Bump dependent library versions * Update release notes to 2.6.17
1 parent 5266d6d commit 6c4221c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

doc/development/release_notes.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ Release Notes
77

88
Keep up-to-date with the latest changes to the Arcade library by the release notes.
99

10+
Version 2.6.17
11+
--------------
12+
13+
*Released 2022-Dec-30*
14+
15+
* Bump Pillow to 9.3.0
16+
* Bump PyMunk to 6.4.0
17+
* Add explicit compatability tag for 3.11
18+
* Drop 3.7 as part of the test suite
19+
1020
Version 2.6.16
1121
--------------
1222

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def get_long_description() -> str:
5555
install_requires=[
5656
"pyglet==2.0.dev23",
5757
"pillow~=9.3.0",
58-
"pymunk~=6.2.1",
58+
"pymunk~=6.4.0",
5959
"pytiled-parser==2.2.0",
6060
],
6161
extras_require={

0 commit comments

Comments
 (0)