ablog/docs/release/ablog-v0.7-released.rst

55 lines
1.3 KiB
ReStructuredText
Raw Normal View History

ABlog v0.7 released
2015-05-03 12:09:35 -07:00
===================
.. post:: May 3, 2015
:author: Ahmet
:category: Release
:location: Denizli
2015-05-03 12:15:22 -07:00
ABlog v0.7.0 is released to fix the long standing :issue:`1` related to
2015-05-03 12:09:35 -07:00
pickling of Sphinx build environment on Read The Docs. Improvements
also resolved issues with using LaTeX builder, improved cross-referencing
for non-html builders.
ABlog v0.7.1 released
---------------------
.. post:: Jun 15, 2015
:author: Ahmet
:category: Release
:location: SF
2015-07-04 23:57:43 -07:00
ABlog v0.7.1 is released to fix Python 3 import issues in :command:`ablog serve`
command.
ABlog v0.7.2 released
---------------------
.. post:: Jun 15, 2015
:author: Ahmet
:category: Release
:location: SF
ABlog v0.7.2 is released to prevent potential issues with Disqus thread URLs
by requiring :confval:`disqus_shortname` and :confval:`blog_baseurl`
2015-07-04 23:57:43 -07:00
to be specified together for Disqus integration.
ABlog v0.7.3 released
---------------------
.. post:: July 4 2015
:author: Ahmet
:category: Release
:location: SF
ABlog v0.7.3 makes use of `python-dateutil`_ for parsing post dates, so that you
can be flexible with the format you use with dates. Thanks to `Andy Maloney`_
for this improvement.
.. _python-dateutil: https://pypi.python.org/pypi/python-dateutil
.. _Andy Maloney: https://github.com/amaloney