From b93defeeb05927d20d08fc3fa257bc14ac3e9882 Mon Sep 17 00:00:00 2001 From: Lakshmi Vyas Date: Wed, 14 Sep 2011 14:51:50 +0530 Subject: [PATCH] Authors, Changelog, Version updates --- AUTHORS.rst | 1 + CHANGELOG.rst | 7 +++++++ README.rst | 2 +- hyde/version.py | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 9a29dab..736c7de 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -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|_ diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 496a074..83772f1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,10 @@ +Version 0.8.4c1 +================ + +Thanks to @gfuchedzhy + +* Bug Fix: CLTransformer now gracefully handles arguments that have "=". + Version 0.8.3 ================ diff --git a/README.rst b/README.rst index 9979eef..f2beb82 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Version 0.8.3 +Version 0.8.4c1 A brand new **hyde** ==================== diff --git a/hyde/version.py b/hyde/version.py index 0b75fea..fc476ab 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.3' +__version__ = '0.8.4c1'