mirror of
https://github.com/vale981/ablog
synced 2025-03-05 09:11:38 -05:00
Incremented version number and added release post.
This commit is contained in:
parent
9da0641c20
commit
bc53a674e7
2 changed files with 14 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.2'
|
||||
__version__ = '0.2.3'
|
||||
|
||||
def anchor(post):
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@ 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
|
||||
---------------------
|
||||
|
||||
|
@ -46,3 +47,15 @@ ABlog v0.2.2 released
|
|||
|
||||
ABlog v0.2.2 is a bug fix release that solves broken links problem
|
||||
in post lists (:issue:`12`).
|
||||
|
||||
|
||||
ABlog v0.2.3 released
|
||||
---------------------
|
||||
|
||||
.. post:: Sep 10, 2014
|
||||
:author: Ahmet
|
||||
:category: Release
|
||||
:location: SF
|
||||
|
||||
ABlog v0.2.3 is a bug fix release that solves broken links (:issue:`12`)
|
||||
and non-unique post IDs problems atom feeds.
|
||||
|
|
Loading…
Add table
Reference in a new issue