From 53e40c9d7f912a1842d2a144ed96c93b9cf50b75 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 9 Jul 2012 03:35:59 -0500 Subject: [PATCH] fixed version order in changes file --- CHANGES.txt | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index fb7b9c3..f09870a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,25 +1,8 @@ -0.1a1 +0.1a6 ----- -- Initial version - -0.1a2 ------ - -- Add ``win32.send_data_to_printer()`` function. - -- Various tweaks to Pyramid code. - -0.1a3 ------ - -- Various tweaks to Pyramid code. - -0.1a4 ------ - -- Fixed call to sleep() in filemon service. +- Fixed MANIFEST.in file. 0.1a5 ----- @@ -28,7 +11,24 @@ - Tweaked logging configuration and initialization semantics. -0.1a6 +0.1a4 ----- -- Fixed MANIFEST.in file. +- Fixed call to sleep() in filemon service. + +0.1a3 +----- + +- Various tweaks to Pyramid code. + +0.1a2 +----- + +- Add ``win32.send_data_to_printer()`` function. + +- Various tweaks to Pyramid code. + +0.1a1 +----- + +- Initial version