From 4a980cd5d55295322d8706fd209ecec3cab4b5fa Mon Sep 17 00:00:00 2001 From: Rob Miller Date: Wed, 22 Apr 2015 11:48:13 -0700 Subject: [PATCH] Pre 0.9.2 release version tweaks. --- CHANGES.txt | 2 +- docs/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 98f9acb47..15fb5ea5d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -0.9.2 (2015-??-??) +0.9.2 (2015-04-22) ================== Bug Handling diff --git a/docs/source/conf.py b/docs/source/conf.py index 3e524be4b..e7158ca8a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '0.9' # The full version, including alpha/beta/rc tags. -release = '0.9.2-dev' +release = '0.9.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.