From 438fe10702cb3733853765b64a4c991586cfc521 Mon Sep 17 00:00:00 2001 From: Shawn Brown Date: Sun, 29 Apr 2018 17:04:18 -0400 Subject: [PATCH] Prepare version info and docs for 0.9.0 release. Add CHANGELOG to aid with release notifications and to highlight important changes in each new version. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index dc28f83..9978d11 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,7 +66,7 @@ # # The short X.Y version. #from datatest import __version__ -__version__ = '0.8.4.dev0' +__version__ = '0.9.0' version = __version__ # The full version, including alpha/beta/rc tags.