diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2012, Computational Linguistics Ltd.
+Copyright (c) 2012-2017, Computational Linguistics Ltd.
 
 All rights reserved.
 
diff --git a/NLP/Minimorph/Util.hs b/NLP/Minimorph/Util.hs
--- a/NLP/Minimorph/Util.hs
+++ b/NLP/Minimorph/Util.hs
@@ -8,7 +8,7 @@
 --
 -- Text utility functions.
 module NLP.Minimorph.Util
- ( tTakeEnd, tDropEnd, (<>), (<+>), tshow, showT )
+ ( tTakeEnd, tDropEnd, (<>), (<+>), tshow )
  where
 
 import Data.Monoid ((<>))
@@ -34,7 +34,3 @@
 -- | Show a value in Text format.
 tshow :: Show a => a -> Text
 tshow = T.pack . show
-
-showT :: Show a => a -> Text
-{-# DEPRECATED showT "The function is renamed to @tshow@." #-}
-showT = tshow
diff --git a/minimorph.cabal b/minimorph.cabal
--- a/minimorph.cabal
+++ b/minimorph.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                minimorph
-version:             0.1.6.0
+version:             0.1.6.1
 synopsis:            English spelling functions with an emphasis on simplicity.
 description:         A set of simplistic functions capturing the more regular
                      parts of English spelling (for generation, not parsing).
