Browse Source

Upped version - added changelog

main
Lakshmi Vyasarajan 15 years ago
parent
commit
807cffb43c
3 changed files with 9 additions and 3 deletions
  1. +6
    -0
      CHANGELOG.rst
  2. +2
    -2
      README.rst
  3. +1
    -1
      hyde/version.py

+ 6
- 0
CHANGELOG.rst View File

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

+ 2
- 2
README.rst View File

@@ -1,4 +1,4 @@
Version 0.8rc2
Version 0.8rc3


A brand new **hyde** A brand new **hyde**
==================== ====================
@@ -92,7 +92,7 @@ A brief list of features
3. Metadata: Hyde now supports hierarchical metadata. You can specify 3. Metadata: Hyde now supports hierarchical metadata. You can specify
and override variables at the site, node or the page level and access and override variables at the site, node or the page level and access
them in the templates. 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. meta-data driven organizational capabilities to hyde sites.
5. Syntactic Sugar: Because of the richness of the plugin 5. Syntactic Sugar: Because of the richness of the plugin
infrastructure, hyde can now provide additional syntactic sugar to infrastructure, hyde can now provide additional syntactic sugar to


+ 1
- 1
hyde/version.py View File

@@ -3,4 +3,4 @@
Handles hyde version Handles hyde version
TODO: Use fabric like versioning scheme TODO: Use fabric like versioning scheme
""" """
__version__ = '0.8rc2'
__version__ = '0.8rc3'

Loading…
Cancel
Save