From 3241f0ab235d4e33b18f800721d7b723479eda89 Mon Sep 17 00:00:00 2001 From: Lakshmi Vyasarajan Date: Wed, 9 Nov 2011 15:18:41 +0530 Subject: [PATCH] Upped version, updated changelog & authors --- AUTHORS.rst | 10 ++++++++-- CHANGELOG.rst | 8 ++++++++ README.rst | 2 +- hyde/version.py | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 0235f43..7221512 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -6,6 +6,10 @@ This version would not exist without the contributions from the Contributors ================================================================================ +- |nud|_ + + * Bug Fix: Fix class name of `test_stylus` (Issue #97) + - |theevocater|_ * Fixed Authors link in README @@ -42,7 +46,7 @@ Contributors - |merlinrebrovic|_ - * Hyde starter kit + * Hyde starter kit - |vincentbernat|_ @@ -102,4 +106,6 @@ Contributors .. |tcheneau| replace:: Tony Cheneau .. _tcheneau: https://github.com/tcheneau/ .. |theevocater| replace:: Jacob Kaufman -.. _theevocater: https://github.com/theevocater \ No newline at end of file +.. _theevocater: https://github.com/theevocater +.. |nud| replace:: Steve Frécinaux +.. _nud: https://github.com/nud \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 648b356..7f07799 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,11 @@ +Version 0.8.4c16 +============================================================ + +Thanks to @nud + +* Bug Fix: Fix class name of `test_stylus` (Issue #97) + + Version 0.8.4c15 ============================================================ diff --git a/README.rst b/README.rst index 5899196..c862734 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Version 0.8.4c15 +Version 0.8.4c16 A brand new **hyde** ==================== diff --git a/hyde/version.py b/hyde/version.py index 15b0df0..441a25c 100644 --- a/hyde/version.py +++ b/hyde/version.py @@ -3,4 +3,4 @@ Handles hyde version TODO: Use fabric like versioning scheme """ -__version__ = '0.8.4c15' +__version__ = '0.8.4c16'