Skip to content

Commit 1f6166c

Browse files
committed
Release v2.3.0
1 parent 19a56eb commit 1f6166c

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## v2.3.0
44

5+
_2023-06-10 10:26_
6+
57
- Improved debug printing for windowed games (and added ability to toggle debug)
68
- Added keyboard actions to the window
79

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ line_length = 79
99

1010
[tool.poetry]
1111
name = "alicechess"
12-
version = "2.2.1"
12+
version = "2.3.0"
1313
description = "A Python package to play Alice Chess"
1414
authors = ["Joseph Lou <joseph.d.lou@gmail.com>"]
1515
license = "MIT License"

src/alicechess/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
Version for `alicechess` package.
33
"""
44

5-
version_tuple = (2, 2, 1)
5+
version_tuple = (2, 3, 0)
66
__version__ = ".".join(map(str, version_tuple))

0 commit comments

Comments
 (0)