Incremented version number and added release post.

This commit is contained in:
Ahmet Bakan 2014-09-09 21:43:17 -07:00
parent 9da0641c20
commit bc53a674e7
2 changed files with 14 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.2'
__version__ = '0.2.3'
def anchor(post):

View file

@ -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.