mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge branch 'v3.6.3'
Conflicts: docs/changelog.rst pelican/__init__.py setup.py
This commit is contained in:
commit
f0a6725a74
4 changed files with 6 additions and 6 deletions
|
|
@ -1,10 +1,10 @@
|
|||
Release history
|
||||
###############
|
||||
|
||||
Next release
|
||||
============
|
||||
3.6.3 (2015-08-14)
|
||||
==================
|
||||
|
||||
- Nothing yet
|
||||
* Fix permissions issue in release tarball
|
||||
|
||||
3.6.2 (2015-08-01)
|
||||
==================
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ copyright = '2015, Alexis Metaireau and contributors'
|
|||
exclude_patterns = ['_build']
|
||||
release = __version__
|
||||
version = '.'.join(release.split('.')[:1])
|
||||
last_stable = '3.6.2'
|
||||
last_stable = '3.6.3'
|
||||
rst_prolog = '''
|
||||
.. |last_stable| replace:: :pelican-doc:`{0}`
|
||||
'''.format(last_stable)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue