Browse Source

Fixed authors and changelog, upped version

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

+ 6
- 0
CHANGELOG.rst View File

@@ -1,5 +1,11 @@
Version 0.8.4c22
============================================================

* Configuration now gets reloaded when server regenerates (Issue #70)

Version 0.8.4c21 Version 0.8.4c21
============================================================ ============================================================

* Tagger now generates archives upfront in begin_site (Issue #72) * Tagger now generates archives upfront in begin_site (Issue #72)
* **Breaking**: The default nodemeta file has been changed to meta.yaml * **Breaking**: The default nodemeta file has been changed to meta.yaml




+ 1
- 1
README.rst View File

@@ -1,4 +1,4 @@
Version 0.8.4c21
Version 0.8.4c22


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.4c20'
__version__ = '0.8.4c22'

Loading…
Cancel
Save