Skip to content

Commit 9d25571

Browse files
committed
Prep 6.11.1
1 parent 63a633d commit 9d25571

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ authors:
55
given-names: "Victor"
66
title: "Pymunk"
77
abstract: "A easy-to-use pythonic rigid body 2d physics library"
8-
version: 6.11.0
9-
date-released: 2025-01-18
8+
version: 6.11.1
9+
date-released: 2025-02-09
1010
url: "https://pymunk.org"

Diff for: README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ the Pymunk webpage for some examples.
1818

1919
2007 - 2025, Victor Blomqvist - vb@viblo.se, MIT License
2020

21-
This release is based on the latest Pymunk release (6.11.0),
21+
This release is based on the latest Pymunk release (6.11.1),
2222
using Chipmunk2D 7 rev dfc2fb8ca023ce6376fa2cf4a7f91c92ee08a970.
2323

2424

Diff for: pymunk/_version.py

+1-1
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 = "6.11.0"
35+
version = "6.11.1"
3636

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

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
1010

1111
[project]
1212
name = "pymunk"
13-
version = "6.11.0" # remember to change me for new versions!
13+
version = "6.11.1" # remember to change me for new versions!
1414
# Require cffi >1.14.0 since that (and older) has problem with returing structs from functions.
1515
# Require cffi >= 1.17.1 since older cant work with latest setuptools version
1616
dependencies = [

0 commit comments

Comments
 (0)