From 807cffb43c7ed29c8dc6fa1a361c61e863f4701d Mon Sep 17 00:00:00 2001 From: Lakshmi Vyasarajan Date: Tue, 12 Apr 2011 14:25:51 +0530 Subject: [PATCH] Upped version - added changelog --- CHANGELOG.rst | 6 ++++++ README.rst | 4 ++-- hyde/version.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000..a392679 --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,6 @@ +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 + manipulation in the latest stylus diff --git a/README.rst b/README.rst index cffdc0f..986fa46 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Version 0.8rc2 +Version 0.8rc3 A brand new **hyde** ==================== @@ -92,7 +92,7 @@ A brief list of features 3. Metadata: Hyde now supports hierarchical metadata. You can specify and override variables at the site, node or the page level and access them in the templates. -4. Organization: The sorter, gruouper and tagger plugins provide rich +4. Organization: The sorter, grouper and tagger plugins provide rich meta-data driven organizational capabilities to hyde sites. 5. Syntactic Sugar: Because of the richness of the plugin infrastructure, hyde can now provide additional syntactic sugar to diff --git a/hyde/version.py b/hyde/version.py index b7b6bd8..03dcf63 100644 --- a/hyde/version.py +++ b/hyde/version.py @@ -3,4 +3,4 @@ Handles hyde version TODO: Use fabric like versioning scheme """ -__version__ = '0.8rc2' +__version__ = '0.8rc3'