diff --git a/AUTHORS.rst b/AUTHORS.rst index 144c49b..b0fc710 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -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 \ No newline at end of file +.. _vinilios: https://github.com/vinilios +.. |jd| replace:: Julien Danjou +.. _jd: https://github.com/jd diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a2e49ae..0d3cc02 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ============================================================ diff --git a/README.rst b/README.rst index d88d5a4..16091c3 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Version 0.8.5a9 +Version 0.8.5a10 A brand new **hyde** ==================== diff --git a/hyde/version.py b/hyde/version.py index 8b46213..8860d1b 100644 --- a/hyde/version.py +++ b/hyde/version.py @@ -3,4 +3,4 @@ Handles hyde version TODO: Use fabric like versioning scheme """ -__version__ = '0.8.5a9' +__version__ = '0.8.5a10'