Browse Source

Upped version, updated changelog & authors

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

+ 8
- 2
AUTHORS.rst View File

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

Contributors
================================================================================
- |nud|_

* Bug Fix: Fix class name of `test_stylus` (Issue #97)

- |theevocater|_

* Fixed Authors link in README
@@ -42,7 +46,7 @@ Contributors

- |merlinrebrovic|_

* Hyde starter kit
* Hyde starter kit

- |vincentbernat|_

@@ -102,4 +106,6 @@ Contributors
.. |tcheneau| replace:: Tony Cheneau
.. _tcheneau: https://github.com/tcheneau/
.. |theevocater| replace:: Jacob Kaufman
.. _theevocater: https://github.com/theevocater
.. _theevocater: https://github.com/theevocater
.. |nud| replace:: Steve Frécinaux
.. _nud: https://github.com/nud

+ 8
- 0
CHANGELOG.rst View File

@@ -1,3 +1,11 @@
Version 0.8.4c16
============================================================

Thanks to @nud

* Bug Fix: Fix class name of `test_stylus` (Issue #97)


Version 0.8.4c15
============================================================



+ 1
- 1
README.rst View File

@@ -1,4 +1,4 @@
Version 0.8.4c15
Version 0.8.4c16

A brand new **hyde**
====================


+ 1
- 1
hyde/version.py View File

@@ -3,4 +3,4 @@
Handles hyde version
TODO: Use fabric like versioning scheme
"""
__version__ = '0.8.4c15'
__version__ = '0.8.4c16'

Loading…
Cancel
Save