Browse Source

Upped version, updated changelog and authors. Added link to hyde wiki in readme.

main
Lakshmi Vyasarajan 13 years ago
parent
commit
e536d28b28
4 changed files with 23 additions and 4 deletions
  1. +8
    -1
      AUTHORS.rst
  2. +9
    -0
      CHANGELOG.rst
  3. +5
    -2
      README.rst
  4. +1
    -1
      hyde/version.py

+ 8
- 1
AUTHORS.rst View File

@@ -6,6 +6,11 @@ This version would not exist without the contributions from the

Contributors
===============================================================================
- |vinilios|
* Added a helper method in Expando class to ease up non existing keys handling.
* Some improvements in LessCSSPlugin to be able to build complex less projects (such as twitter bootstrap)
- |nud|_

* Bug Fix: Fix class name of `test_stylus`
@@ -109,4 +114,6 @@ Contributors
.. |theevocater| replace:: Jacob Kaufman
.. _theevocater: https://github.com/theevocater
.. |nud| replace:: Steve Frécinaux
.. _nud: https://github.com/nud
.. _nud: https://github.com/nud
.. |vinilios| replace:: Kostas Papadimitriou
.. _vinilios: https://github.com/vinilios

+ 9
- 0
CHANGELOG.rst View File

@@ -1,3 +1,12 @@
Version 0.8.5a9
============================================================

Thanks to @vinilios

* Added a helper method in Expando class to ease up non existing keys handling. (Issue #117)
* Some improvements in LessCSSPlugin to be able to build complex less projects (such as twitter bootstrap) (Issue #117)


Version 0.8.5a8
============================================================



+ 5
- 2
README.rst View File

@@ -1,4 +1,4 @@
Version 0.8.5a8
Version 0.8.5a9

A brand new **hyde**
====================
@@ -12,6 +12,8 @@ with hyde.
`Hyde layout for bootstrap`_ by `auzigog`_ is also a good alternative if you
like Twitter's `bootstrap framework`_.

You can also take a look at `Hyde Powered Websites`_ for inspiration and reference.

Installation
------------

@@ -162,4 +164,5 @@ Links
.. _PyFS library: http://packages.python.org/fs/
.. _Hyde layout for bootstrap: https://github.com/auzigog/hyde-bootstrap
.. _auzigog: https://github.com/auzigog
.. _bootstrap framework: http://twitter.github.com/bootstrap/
.. _bootstrap framework: http://twitter.github.com/bootstrap/
.. _Hyde Powered Websites: https://github.com/hyde/hyde/wiki/Hyde-Powered

+ 1
- 1
hyde/version.py View File

@@ -3,4 +3,4 @@
Handles hyde version
TODO: Use fabric like versioning scheme
"""
__version__ = '0.8.5a8'
__version__ = '0.8.5a9'

Loading…
Cancel
Save