Browse Source

Upped version, updated changelog & authors

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

+ 3
- 0
AUTHORS.rst View File

@@ -9,6 +9,7 @@ Contributors
- |idank|_ - |idank|_


* Bug Fix: Tag archive generator uses subscript syntax to avoid failure when tags contain '-' or space. * Bug Fix: Tag archive generator uses subscript syntax to avoid failure when tags contain '-' or space.
* Bug Fix: Use `check_output` to avoid a traceback when subprocess command fails.


- |jd|_ - |jd|_


@@ -127,3 +128,5 @@ Contributors
.. _vinilios: https://github.com/vinilios .. _vinilios: https://github.com/vinilios
.. |jd| replace:: Julien Danjou .. |jd| replace:: Julien Danjou
.. _jd: https://github.com/jd .. _jd: https://github.com/jd
.. |idank| replace:: idank
.. _idank: https://github.com/idank

+ 8
- 3
CHANGELOG.rst View File

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

Thanks to @idank

* Bug Fix: Use `check_output` to avoid a traceback when subprocess command fails.


Version 0.8.5a12 Version 0.8.5a12
============================================================ ============================================================


@@ -5,7 +13,6 @@ Thanks to @idank


* Bug Fix: Tag archive generator uses subscript syntax to avoid failure when tags contain '-' or space. (Issue #130) * Bug Fix: Tag archive generator uses subscript syntax to avoid failure when tags contain '-' or space. (Issue #130)



Version 0.8.5a11 Version 0.8.5a11
============================================================ ============================================================


@@ -19,7 +26,6 @@ Thanks to @jd


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



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


@@ -28,7 +34,6 @@ Thanks to @vinilios
* Added a helper method in Expando class to ease up non existing keys handling. (Issue #117) * Added a helper method in Expando class to ease up non existing keys handling. (Issue #117)
* Some improvements in LessCSSPlugin to be able to build complex less projects (such as twitter bootstrap) (Issue #117) * Some improvements in LessCSSPlugin to be able to build complex less projects (such as twitter bootstrap) (Issue #117)



Version 0.8.5a8 Version 0.8.5a8
============================================================ ============================================================




+ 1
- 1
README.rst View File

@@ -1,4 +1,4 @@
Version 0.8.5a12
Version 0.8.5a13


A brand new **hyde** A brand new **hyde**
==================== ====================


+ 1
- 1
hyde/version.py View File

@@ -3,4 +3,4 @@
Handles hyde version Handles hyde version
TODO: Use fabric like versioning scheme TODO: Use fabric like versioning scheme
""" """
__version__ = '0.8.5a12'
__version__ = '0.8.5a13'

Loading…
Cancel
Save