Browse Source

bump docs version

dev
Andy Meneely 10 years ago
parent
commit
b8908b0d60
  1. 1
      RELEASE TODO.md
  2. 4
      docs/conf.py

1
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

4
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.

Loading…
Cancel
Save