Browse Source

Upped version. Updated Changelog and Authors

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

+ 7
- 1
AUTHORS.rst View File

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

Contributors
===============================================================================
- |jd|

* Bug Fix: Metadata Plugin: Do not try to read meta data on `simple_copy` files.

- |vinilios|
* Added a helper method in Expando class to ease up non existing keys handling.
@@ -116,4 +120,6 @@ Contributors
.. |nud| replace:: Steve Frécinaux
.. _nud: https://github.com/nud
.. |vinilios| replace:: Kostas Papadimitriou
.. _vinilios: https://github.com/vinilios
.. _vinilios: https://github.com/vinilios
.. |jd| replace:: Julien Danjou
.. _jd: https://github.com/jd

+ 8
- 0
CHANGELOG.rst View File

@@ -1,3 +1,11 @@
Version 0.8.5a10
============================================================

Thanks to @jd

* Bug Fix: Metadata Plugin: Do not try to read meta data on `simple_copy` files. (Issue #124, Issue #121)


Version 0.8.5a9
============================================================



+ 1
- 1
README.rst View File

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

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.5a9'
__version__ = '0.8.5a10'

Loading…
Cancel
Save