Browse Source

Authors, Changelog, Version updates

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

+ 2
- 0
AUTHORS.rst View File

@@ -46,6 +46,8 @@ Contributors
* PyFS publisher with `mtime` and `etags` support * PyFS publisher with `mtime` and `etags` support
* Added PyPI publisher * Added PyPI publisher
* Bug fix: Made `site.full_url` ignore fully qualified paths * Bug fix: Made `site.full_url` ignore fully qualified paths
* Added Sphinx Plugin
* Bug fix: PyFS publisher now checks if the pyfs module is installed.


- |tinnet|_ - |tinnet|_




+ 8
- 0
CHANGELOG.rst View File

@@ -1,3 +1,11 @@
Version 0.8.4c2
===============

Thanks to @rfk

* Added Sphinx Plugin
* Bug fix: PyFS publisher now checks if the pyfs module is installed.

Version 0.8.4c1 Version 0.8.4c1
================ ================




+ 1
- 1
README.rst View File

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


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

Loading…
Cancel
Save