diff --git a/CHANGELOG.md b/CHANGELOG.md index ad23946..66ad67f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changelog for EGCG-Core =========================== -0.6.10 (unreleased) +0.6.10 (2017-04-26) ------------------- - Simplify Configuration classes to have only one that support all use-cases diff --git a/setup.py b/setup.py index 23eb519..e6af7b2 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def _translate_req(r): req += '(%s)' % _version return req -version = '0.6.10.dev0' +version = '0.6.10' setup( name='EGCG-Core',