From 8b7d9930d918cb5b615506ab31981c60992a93c1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 20 Mar 2011 16:38:35 -0400 Subject: [PATCH] prepping for release --- HISTORY.rst | 10 ++++++++++ README.rst | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index ee09982..992bdaa 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,3 +6,13 @@ History * Initial Release! + +0.1.1 (2011-03-20) +++++++++++++++++++ + +* Bugfixes +* Indent Newline Injection +* resources: flags, not_flags, files, not_files +* Lots of Examples + + diff --git a/README.rst b/README.rst index 8def0b3..6cdfeb7 100644 --- a/README.rst +++ b/README.rst @@ -126,7 +126,6 @@ sure you add yourself to AUTHORS_. Roadmap ------- -- Indent ``\n`` injection - Unittests - Sphinx Documentation - Python 2.5, 3.1, 3.2 Support