diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e0e2ed2..c0749f797 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Pelita changelog - * v2.1.0 (???) + * v2.1.0 (25. Sep 2021) - Bot API uses a fixed state dict instead of returning `(position, state)` - Layout unification: Use a,b,x,y as Bot characters instead of indexes diff --git a/pelita/__init__.py b/pelita/__init__.py index cad461875..e6b4d294d 100644 --- a/pelita/__init__.py +++ b/pelita/__init__.py @@ -5,4 +5,4 @@ viewer, utils) -__version__ = '2.1.0-rc1' +__version__ = '2.1.0'