Browse Source

Upped version, updated changelog authors

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

+ 1
- 0
AUTHORS.rst View File

@@ -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|_



+ 7
- 0
CHANGELOG.rst View File

@@ -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
============================================================



+ 1
- 1
README.rst View File

@@ -1,4 +1,4 @@
Version 0.8.4c13
Version 0.8.4c14

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.4c13'
__version__ = '0.8.4c14'

Loading…
Cancel
Save