bump docs version
parent
15682f4350
commit
b8908b0d60
|
|
@ -5,6 +5,7 @@ Be sure to remember to do the following for releases. (Copy into a GitHub issue)
|
||||||
- [ ] Samples are updated
|
- [ ] Samples are updated
|
||||||
- [ ] Check `sample_regression_spec.rb` regression tests are all enabled (i.e. `overwrite_sample` is commented out)
|
- [ ] Check `sample_regression_spec.rb` regression tests are all enabled (i.e. `overwrite_sample` is commented out)
|
||||||
- [ ] Bump version.rb
|
- [ ] Bump version.rb
|
||||||
|
- [ ] Bump docs/conf.py versions
|
||||||
- [ ] Do a full rake locally
|
- [ ] Do a full rake locally
|
||||||
- [ ] `rake sanity`, and check visually
|
- [ ] `rake sanity`, and check visually
|
||||||
- [ ] Travis is passing on dev branch
|
- [ ] Travis is passing on dev branch
|
||||||
|
|
|
||||||
|
|
@ -55,9 +55,9 @@ author = u'Andy Meneely'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = u'0.9.0'
|
version = u'v0.10'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue