From 0ff82807a5487ef4a4a831c2add474dd0550910c Mon Sep 17 00:00:00 2001 From: llllllllll Date: Tue, 10 Nov 2015 20:50:22 -0500 Subject: [PATCH] DOC: whatsnew entry for versioneer changes --- docs/source/whatsnew/0.8.4.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/whatsnew/0.8.4.txt b/docs/source/whatsnew/0.8.4.txt index 79366542..d6e17e8c 100644 --- a/docs/source/whatsnew/0.8.4.txt +++ b/docs/source/whatsnew/0.8.4.txt @@ -49,6 +49,8 @@ Build ~~~~~ * Makes zipline install requirements more flexible (:issue:`825`). +* Use ``versioneer`` to manage the project ``__version__`` and setup.py version + (:issue:`829`). Documentation ~~~~~~~~~~~~~