niklasf / python-chess

A chess library for Python, with move generation and validation, PGN parsing and writing, Polyglot opening book reading, Gaviota tablebase probing, Syzygy tablebase probing, and UCI/XBoard engine communication
https://python-chess.readthedocs.io/en/latest/
GNU General Public License v3.0
2.44k stars 531 forks source link

Next release #1012

Closed MarkZH closed 1 year ago

MarkZH commented 1 year ago

Is there a planned date for the next release of python-chess? The changes that are already merged into the master branch would allow for merging some changes in lichess-bot.

niklasf commented 1 year ago

@MarkZH, @johndoknjas, @dubslow: Hi all, thanks for your PRs and sorry for the delay on reviews and the next release. I hope to get to it in the next couple weeks and again more frequently after that.

MarkZH commented 1 year ago

No problem. Thanks for all your work.

niklasf commented 1 year ago

And it's published: https://github.com/niklasf/python-chess/releases/tag/v1.10.0

MarkZH commented 1 year ago

Awesome! Thanks!