From b8908b0d60e3682dec0b09aab1e1c97f6cc3ddb9 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Fri, 6 May 2016 13:31:30 -0400 Subject: [PATCH] bump docs version --- RELEASE TODO.md | 1 + docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE TODO.md b/RELEASE TODO.md index e052cfe..0a4456c 100644 --- a/RELEASE TODO.md +++ b/RELEASE TODO.md @@ -5,6 +5,7 @@ Be sure to remember to do the following for releases. (Copy into a GitHub issue) - [ ] Samples are updated - [ ] Check `sample_regression_spec.rb` regression tests are all enabled (i.e. `overwrite_sample` is commented out) - [ ] Bump version.rb + - [ ] Bump docs/conf.py versions - [ ] Do a full rake locally - [ ] `rake sanity`, and check visually - [ ] Travis is passing on dev branch diff --git a/docs/conf.py b/docs/conf.py index 370039e..fe26cd2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ author = u'Andy Meneely' # built documents. # # The short X.Y version. -version = u'0.9.0' +version = u'v0.10' # The full version, including alpha/beta/rc tags. -release = u'0.9.0' +release = u'v0.10.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.