diff --git a/CHANGELOG b/CHANGELOG index 04e676a..d5df8ea 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,8 +2,8 @@ Datatest Changelog ================== -COMING SOON (0.9.6) -------------------- +2019.06.03 (0.9.6) +------------------ * Changed acceptance API to make it both less verbose and more expressive: diff --git a/datatest/__init__.py b/datatest/__init__.py index 2c9ebbc..80d564d 100644 --- a/datatest/__init__.py +++ b/datatest/__init__.py @@ -37,7 +37,7 @@ Query.__module__ = 'datatest' Result.__module__ = 'datatest' -__version__ = '0.9.6.dev0' +__version__ = '0.9.6' ############################################# diff --git a/docs/conf.py b/docs/conf.py index a21d672..638e0a5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -85,7 +85,7 @@ # # The short X.Y version. #from datatest import __version__ -__version__ = '0.9.6.dev0' +__version__ = '0.9.6' version = __version__ # The full version, including alpha/beta/rc tags.