diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e50edf7eb..6b68ff167 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,8 +6,8 @@ is more important to get things right, than to be consistent with previous versions. Use this changelog to see what changed in a new release, because this might include API breaking changes. -Upcoming in the next release ----------------------------- +New in v0.10.0 +-------------- New dependencies: diff --git a/chess/__init__.py b/chess/__init__.py index 11d0abb8d..f5d89c2df 100644 --- a/chess/__init__.py +++ b/chess/__init__.py @@ -20,7 +20,7 @@ __email__ = "niklas.fiekas@tu-clausthal.de" -__version__ = "0.9.1" +__version__ = "0.10.0" import collections