diff --git a/AUTHORS.rst b/AUTHORS.rst index ab62fd4..4013b45 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -37,6 +37,7 @@ Contributors * Bug Fix: All occurrences of `str` replaced with `unicode`. * Bug Fix: Support for encoded urls. * Bug Fix: Converted `content_url` and `media_url` to encoded urls + * Bug Fix: Retain permissions in text files during generation (Issue #90) - |merlinrebrovic|_ diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1da38d1..40c1f03 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,10 @@ +Version 0.8.4c14 +============================================================ + +Thanks to @gfuchedzhy + +* Bug Fix: Retain permissions in text files during generation (Issue #90) + Version 0.8.4c13 ============================================================ diff --git a/README.rst b/README.rst index 9764525..fbf0343 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Version 0.8.4c13 +Version 0.8.4c14 A brand new **hyde** ==================== diff --git a/hyde/version.py b/hyde/version.py index 2d14bdb..fd0fb4d 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.4c13' +__version__ = '0.8.4c14'