Skip to content

Commit 4858660

Browse files
committed
Prep 7.1.0
1 parent 3d9a83b commit 4858660

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ the Pymunk webpage for some examples.
1818

1919
2007 - 2025, Victor Blomqvist - [email protected], MIT License
2020

21-
This release is based on the latest Pymunk release (7.0.2),
21+
This release is based on the latest Pymunk release (7.1.0),
2222
using Munk2D 2.0.1 rev ade7ed72849e60289eefb7a41e79ae6322fefaf3.
2323

2424

TODO.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ v6.x
5252
- Make space step size default 1/60, and/or make it possible to set on the space instead of pasing in to step function to make api easier to use "right"
5353
- Remove support for pyglet 1.5 in debug draw. Should be fine now that 2.x has been out for a long time.
5454
- Think about if Pymunk should assert things that Chipmunk already asserts, like if a body can sleep when calling Body.sleep()?
55+
- Record video of the constraints and put on youtube (and link to that instead of the Chipmunk2d video of constraints)
5556

5657
v7
5758
---

pymunk/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
cp = _chipmunk_cffi.lib
3333
ffi = _chipmunk_cffi.ffi
3434

35-
version = "7.0.2"
35+
version = "7.1.0"
3636

3737
chipmunk_version = "%s-%s" % (
3838
ffi.string(cp.cpVersionString).decode("utf-8"),

0 commit comments

Comments
 (0)