Browse Source

Upped version, updated changelog & authors

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

+ 3
- 2
AUTHORS.rst View File

@@ -37,7 +37,8 @@ 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)
* Bug Fix: Retain permissions in text files during generation
* Bug Fix: Textlinks plugin: do nothing if resource doesn't use template

- |merlinrebrovic|_

@@ -55,7 +56,7 @@ Contributors
* Added support for parameters with `=` to `CLTransformer`
* Added JPEGOptim plugin
* Bug Fix: Ensure image sizer plugin handles external urls properly.
* Support for `output_format` configuration in markdown (Issue #89)
* Support for `output_format` configuration in markdown

- |pestaa|_



+ 7
- 0
CHANGELOG.rst View File

@@ -1,3 +1,10 @@
Version 0.8.4c15
============================================================

Thanks to @gfuchedzhy

* Bug Fix: Textlinks plugin: do nothing if resource doesn't use template (Issue #96)

Version 0.8.4c14
============================================================



+ 1
- 1
README.rst View File

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

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

Loading…
Cancel
Save