From 00061739e191e8605375466b4d32b4d1eb8456fc Mon Sep 17 00:00:00 2001 From: Lakshmi Vyasarajan Date: Wed, 9 Nov 2011 14:22:59 +0530 Subject: [PATCH] Fixed authors and changelog, upped version --- AUTHORS.rst | 4 +++- CHANGELOG.rst | 48 +++++++++++++++++++++++++++++++----------------- README.rst | 2 +- hyde/version.py | 2 +- 4 files changed, 36 insertions(+), 20 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 10c51b2..ab62fd4 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -5,7 +5,7 @@ This version would not exist without the contributions from the `original hyde project`_. Contributors ------------- +================================================================================ - |theevocater|_ * Fixed Authors link in README @@ -36,6 +36,7 @@ Contributors * Bug Fix: CLTransformer now gracefully handles arguments that have "=". * Bug Fix: All occurrences of `str` replaced with `unicode`. * Bug Fix: Support for encoded urls. + * Bug Fix: Converted `content_url` and `media_url` to encoded urls - |merlinrebrovic|_ @@ -53,6 +54,7 @@ Contributors * Added support for parameters with `=` to `CLTransformer` * Added JPEGOptim plugin * Bug Fix: Ensure image sizer plugin handles external urls properly. + * Support for `output_format` configuration in markdown (Issue #89) - |pestaa|_ diff --git a/CHANGELOG.rst b/CHANGELOG.rst index acf74d7..1da38d1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,55 +1,69 @@ +Version 0.8.4c13 +============================================================ + +Thanks to @vincentbernat + +* Support for `output_format` configuration in markdown (Issue #89) + +Version 0.8.4c12 +============================================================ + +* Added `urlencode` and `urldecode` filters. (Issue #102) +* Bug Fix: Fixed tests for Issue #88 + Version 0.8.4c11 -================ +============================================================ Thanks to @gfuchedzhy * Bug Fix: Added support for encoded urls to hyde server. (Issue #88) +* Bug Fix: Converted `content_url` and `media_url` to encoded urls. (Issue #88) Version 0.8.4c10 -================ +============================================================ Thanks to @gfuchedzhy * Bug Fix: All occurrences of `str` replaced with `unicode`. (Issue #87) Version 0.8.4c9 -=============== +============================================================ -* Added tests for sorting groups +* Added tests for sorting groups Thanks to @merlinrebrovic * Hyde Starter Kit patches. (Issue #68) Version 0.8.4c8 -=============== +============================================================ * Added support for loading modules from the site path. Thanks to @theomega for the idea (Issue #78 & #79) Version 0.8.4c7 -=============== +============================================================ Thanks to @tcheneau * Added support for AsciiDoc. (Issue #76) Version 0.8.4c6 -=============== +============================================================ Thanks to @gr3dman * Added paginator plugin and tests (Issue #73) Version 0.8.4c5 -=============== +============================================================ Thanks to @merlinrebrovic * Hyde starter kit extended with advanced options (Issue #68) Version 0.8.4c4 -=============== +============================================================ * Added docutils to dev-req.txt @@ -60,12 +74,12 @@ Thanks to @benallard * Added traceback support for errors when server is running (Issue #63) Version 0.8.4c3 -=============== +============================================================ * Bug Fix: Fixed uglify-js tests Version 0.8.4c2 -=============== +============================================================ Thanks to @rfk @@ -73,14 +87,14 @@ Thanks to @rfk * Bug fix: PyFS publisher now checks if the pyfs module is installed. (Issue #62) Version 0.8.4c1 -================ +============================================================ Thanks to @gfuchedzhy * Bug Fix: CLTransformer now gracefully handles arguments that have "=". (Issue #58) Version 0.8.3 -================ +============================================================ * Bug Fix: A bad bug in Expando that modified the `__dict__` has been fixed. (Issue #53) @@ -130,7 +144,7 @@ Thanks to @vincentbernat * Fixes to CLTransformer (Issue #47) Version 0.8.2 -============= +============================================================ Thanks to @merlinrebrovic @@ -156,7 +170,7 @@ Thanks to @pestaa Version 0.8.1 -============= +============================================================ Thanks to @rfk. @@ -166,12 +180,12 @@ Thanks to @rfk. * PyFS publisher with mtime and etags support. (Issue #28) Version 0.8 -============== +============================================================ * Relative path bugs in windows generation have been fixed. Version 0.8rc3 -============== +============================================================ * Fixed a jinja2 loader path issue that prevented site generation in windows * Fixed tests for stylus plugin to account for more accurate color diff --git a/README.rst b/README.rst index 196da35..9764525 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Version 0.8.4c8 +Version 0.8.4c13 A brand new **hyde** ==================== diff --git a/hyde/version.py b/hyde/version.py index 06fa1b9..2d14bdb 100644 --- a/hyde/version.py +++ b/hyde/version.py @@ -3,4 +3,4 @@ Handles hyde version TODO: Use fabric like versioning scheme """ -__version__ = '0.8.4c8' +__version__ = '0.8.4c13'