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.