Skip to content

Commit 30d9910

Browse files
committed
Prepare 1.11.0
1 parent c0d3c91 commit 30d9910

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog for python-chess
22
==========================
33

4-
Upcoming in the next release
5-
----------------------------
4+
New in v1.11.0 (4th Oct 2024)
5+
-----------------------------
66

77
Changes:
88

chess/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
__email__ = "[email protected]"
1313

14-
__version__ = "1.10.0"
14+
__version__ = "1.11.0"
1515

1616
import collections
1717
import copy

0 commit comments

Comments
 (0)