From d71ea9f443b6de829151b4711225f63a215fe553 Mon Sep 17 00:00:00 2001
From: Bryan O'Sullivan <bos@serpentine.com>
Date: Sun, 16 Aug 2009 06:35:42 +0000
Subject: [PATCH] Bump for the 0.4 release.

--HG--
extra : convert_revision : cd7dcb99c889b6fa6d8b289cbbe2c19dfa24af3b
---
 README     | 6 ++++--
 text.cabal | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README b/README
index ef14f136..21db3a7c 100644
--- a/README
+++ b/README
@@ -31,5 +31,7 @@ Authors
 
 The base code for this library was originally written by Tom Harper,
 based on the stream fusion framework developed by Roman Leshchinskiy,
-Duncan Coutts, and Don Stewart.  The core library was fleshed out,
-debugged, and tested by Bryan O'Sullivan.
+Duncan Coutts, and Don Stewart.
+
+The core library was fleshed out, debugged, and tested by Bryan
+O'Sullivan, and he is the current maintainer.
diff --git a/text.cabal b/text.cabal
index 07dc9bb3..c03cfac3 100644
--- a/text.cabal
+++ b/text.cabal
@@ -1,5 +1,5 @@
 name:           text
-version:        0.3
+version:        0.4
 synopsis:       An efficient packed Unicode text type
 description:    An efficient packed Unicode text type.
 license:        BSD3
-- 
GitLab