From f20fb2fae28c48bdeb94ff2a4570652d403709c3 Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Fri, 28 Aug 2015 15:03:52 +0200 Subject: [PATCH] Prepare release of v0.10.0 --- CHANGELOG.rst | 4 ++-- chess/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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