diff --git a/CHANGELOG b/CHANGELOG index 8856836e..03fe569f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +version 3.0.3 + + + Version 3.0.2 New ponies: ahuizotl, brucemane, cheesesandwich, coldheart, diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 7905e19a..91ce1b34 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -8,7 +8,7 @@ @documentlanguage en @finalout @c %**end of header -@set VERSION 3.0.2 +@set VERSION 3.0.3 @defindex op @synindex op vr @@ -3401,6 +3401,12 @@ ANSI escape sequences. @cindex versions @cindex previous releases +@reading Version 3.0.3 +@itemize @bullet +@item + +@end itemize + @heading Version 3.0.2 @itemize @bullet @item @@ -3464,8 +3470,7 @@ Swedish manual page added. @file{auto-auto-completion} now is no more part of @command{ponysay}, therefor you need install them and rebuild to get @emph{auto-completion}, otherwise these @emph{auto-completion} files -aren't installed. - +aren't installed. @end itemize @heading Version 3.0.1 diff --git a/setup.py b/setup.py index 3969d9ad..692ea832 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ import sys from zipfile import ZipFile from subprocess import Popen, PIPE -PONYSAY_VERSION = '3.0.2' +PONYSAY_VERSION = '3.0.3' manpages = [('en', 'English'), # must be first ('es', 'Spanish'),