Browse Source

Authors, Changelog, Version updates

main
Lakshmi Vyas 13 years ago
parent
commit
b93defeeb0
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

@@ -16,6 +16,7 @@ Contributors

* Bug Fix: Hyde server now takes the url cleaner plugin into account.
* Bug Fix: Sorter excludes items that do not have sorting attributes.
* Bug Fix: CLTransformer now gracefully handles arguments that have "=".

- |merlinrebrovic|_


+ 7
- 0
CHANGELOG.rst View File

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

Thanks to @gfuchedzhy

* Bug Fix: CLTransformer now gracefully handles arguments that have "=".

Version 0.8.3
================



+ 1
- 1
README.rst View File

@@ -1,4 +1,4 @@
Version 0.8.3
Version 0.8.4c1

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.3'
__version__ = '0.8.4c1'

Loading…
Cancel
Save