diff --git a/CHANGELOG b/CHANGELOG index d4277dff..448a9375 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +Version 3.0.4 + version 3.0.3 diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index e994ae8a..0c797e6d 100755 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -8,7 +8,7 @@ @documentlanguage en @finalout @c %**end of header -@set VERSION 3.0.3 +@set VERSION 3.0.4 @defindex op @synindex op vr diff --git a/ponysay.pdf b/ponysay.pdf index 50d73417..cfb9b103 100644 Binary files a/ponysay.pdf and b/ponysay.pdf differ diff --git a/setup.py b/setup.py index 483c6faa..17f12efd 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.3' +PONYSAY_VERSION = '3.0.4' project_dir = os.path.dirname(__file__)