diff --git a/AUTHORS.rst b/AUTHORS.rst index f4374d8..9fe7d41 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -7,6 +7,10 @@ This version would not exist without the contributions from the Contributors ------------ +- |merlinrebrovic|_ + + * Hyde starter kit + - |vincentbernat|_ * Bug Fix: Made sorting tests more predictable @@ -44,3 +48,5 @@ Contributors .. _pestaa: http://github.com/pestaa .. |vincentbernat| replace:: Vincent Bernat .. _vincentbernat: http://github.com/vincentbernat +.. |merlinrebrovic| replace:: Merlin Rebrovic +.. _merlinrebrovic: https://github.com/merlinrebrovic diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 508c9a4..55a3e08 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,33 +1,22 @@ -Version 0.8.1-c4 -================ - -Thanks to @vincentbernat +Version 0.8.2 +============= -* Added git dates plugin -* Added Image size plugin +Thanks to @merlinrebrovic -Version 0.8.1-c3 -================ +* Added hyde starter kit Thanks to @vincentbernat +* Added git dates plugin +* Added Image size plugin * Added silent, compress and optimization parameter support for less css plugin * Fixed plugin chaining issues * Added Language(translation) plugin - -Version 0.8.1-c2 -================ - -Thanks to @vincentbernat - * Bug Fix: Made sorting tests more predictable * Bug Fix: Added more standard paths for executables * Added Combine files plugin * Added ignore option in site configuration to igore based on wildcards -Version 0.8.1-c1 -================ - Thanks to @pestaa * Added support `UTF8` keys in `metadata` and `config` diff --git a/README.rst b/README.rst index 3bb8952..cc4e661 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,13 @@ -Version 0.8.1 +Version 0.8.2 A brand new **hyde** ==================== -This is the new version of `hyde`_ under active development. Hyde -documentation is a work in progress and can be found `here`_. +This is the new version of `hyde`_ under active development. +`Hyde documentation`_ is a work in progress. + +`Hyde starter kit`_ by `merlinrebrovik`_ is a really nice way to get started +with hyde. Installation ------------ @@ -76,7 +79,7 @@ the following configuration: Examples -------- -1. `Hyde Documentation`_ +1. `Hyde Documentation Source`_ 2. `Cloudpanic`_ 3. `Ringce`_ @@ -120,9 +123,11 @@ Links .. _hyde: https://github.com/lakshmivyas/hyde -.. _here: http://hyde.github.com -.. _Hyde Documentation: https://github.com/hyde/docs +.. _Hyde documentation: http://hyde.github.com +.. _Hyde Documentation Source: https://github.com/hyde/docs .. _Cloudpanic: https://github.com/tipiirai/cloudpanic .. _Ringce: https://github.com/lakshmivyas/ringce/tree/v3.0 .. _Authors: https://github.com/hyde/hyde/blob/master/AUTHORS .. _Changelog: https://github.com/hyde/hyde/blob/master/CHANGELOG.rst +.. _Hyde starter kit: http://merlin.rebrovic.net/hyde-starter-kit/about.html +.. _merlinrebrovik: https://github.com/merlinrebrovic diff --git a/hyde/version.py b/hyde/version.py index 1ef1b37..54565a6 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.1' +__version__ = '0.8.2'