Post release changes

Signed-off-by: Pablo Lezaeta <prflr88@gmail.com>
This commit is contained in:
Pablo Lezaeta 2014-08-19 19:46:31 -04:00
parent f6e523c421
commit 712942bc55
3 changed files with 13 additions and 4 deletions

View file

@ -1,3 +1,7 @@
version 3.0.3
Version 3.0.2 Version 3.0.2
New ponies: ahuizotl, brucemane, cheesesandwich, coldheart, New ponies: ahuizotl, brucemane, cheesesandwich, coldheart,

View file

@ -8,7 +8,7 @@
@documentlanguage en @documentlanguage en
@finalout @finalout
@c %**end of header @c %**end of header
@set VERSION 3.0.2 @set VERSION 3.0.3
@defindex op @defindex op
@synindex op vr @synindex op vr
@ -3401,6 +3401,12 @@ ANSI escape sequences.
@cindex versions @cindex versions
@cindex previous releases @cindex previous releases
@reading Version 3.0.3
@itemize @bullet
@item
@end itemize
@heading Version 3.0.2 @heading Version 3.0.2
@itemize @bullet @itemize @bullet
@item @item
@ -3465,7 +3471,6 @@ Swedish manual page added.
therefor you need install them and rebuild to get therefor you need install them and rebuild to get
@emph{auto-completion}, otherwise these @emph{auto-completion} files @emph{auto-completion}, otherwise these @emph{auto-completion} files
aren't installed. aren't installed.
@end itemize @end itemize
@heading Version 3.0.1 @heading Version 3.0.1

View file

@ -7,7 +7,7 @@ import sys
from zipfile import ZipFile from zipfile import ZipFile
from subprocess import Popen, PIPE from subprocess import Popen, PIPE
PONYSAY_VERSION = '3.0.2' PONYSAY_VERSION = '3.0.3'
manpages = [('en', 'English'), # must be first manpages = [('en', 'English'), # must be first
('es', 'Spanish'), ('es', 'Spanish'),