Skip to content

Commit

Permalink
BLD: v.2.3.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Debilski committed Aug 30, 2023
1 parent aef2fe1 commit bca5219
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Pelita changelog

* v2.3.0 (???)

- Switching to pyproject.toml
- Bot.walls and Bot.homezone are tuples of tuples for reproducibility

* v2.2.0 (08. Sep 2022)

- Do not have a team play two matches in a row during round-robin mode
Expand Down
2 changes: 1 addition & 1 deletion pelita/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
network,
viewer)

__version__ = '2.2.0'
__version__ = '2.3.0-rc1'

0 comments on commit bca5219

Please sign in to comment.