Bump version 3.7.1

This commit is contained in:
Justin Mayer 2017-01-10 13:34:09 -08:00
commit ce38e318bd
4 changed files with 7 additions and 6 deletions

View file

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