Bump version 3.6.2

This commit is contained in:
Justin Mayer 2015-08-01 13:39:10 -07:00
commit 96b23e03bd
4 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@ copyright = '2015, Alexis Metaireau and contributors'
exclude_patterns = ['_build']
release = __version__
version = '.'.join(release.split('.')[:1])
last_stable = '3.6.0'
last_stable = '3.6.2'
rst_prolog = '''
.. |last_stable| replace:: :pelican-doc:`{0}`
'''.format(last_stable)