mirror of
https://github.com/vale981/ablog
synced 2025-03-05 09:11:38 -05:00
Incremented version, added new release post, and extlinks to issues.
This commit is contained in:
parent
6fcaa19363
commit
a466db6527
3 changed files with 13 additions and 1 deletions
|
@ -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):
|
||||
|
||||
|
|
|
@ -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 = '''
|
||||
|
|
|
@ -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`).
|
||||
|
|
Loading…
Add table
Reference in a new issue