Incremented version, added new release post, and extlinks to issues.

This commit is contained in:
Ahmet Bakan 2014-09-03 16:23:53 -07:00
parent 6fcaa19363
commit a466db6527
3 changed files with 13 additions and 1 deletions

View file

@ -8,7 +8,7 @@ from .post import (PostDirective, PostListDirective, UpdateDirective,
UpdateNode, process_posts, process_postlist, purge_posts,
generate_archive_pages)
__version__ = '0.2.1'
__version__ = '0.2.2'
def anchor(post):

View file

@ -92,6 +92,7 @@ intersphinx_mapping = {
}
extlinks = {
'wiki': ('http://en.wikipedia.org/wiki/%s', ''),
'issue': ('https://github.com/abakan/ablog/issues/%s', 'issue '),
}
rst_epilog = '''

View file

@ -35,3 +35,14 @@ ABlog v0.2.1 released
ABlog v0.2.1 is a bug fix release that solves duplicated content
problem in full text atom feeds.
ABlog v0.2.2 released
---------------------
.. post:: Sep 3, 2014
:author: Ahmet
:category: Release
:location: SF
ABlog v0.2.2 is a bug fix release that solves broken links problem
in post lists (:issue:`12`).