mirror of
https://github.com/erkin/ponysay
synced 2024-11-10 13:54:16 +00:00
Post release changes
Signed-off-by: Pablo Lezaeta <prflr88@gmail.com>
This commit is contained in:
parent
f6e523c421
commit
712942bc55
3 changed files with 13 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
version 3.0.3
|
||||
|
||||
|
||||
|
||||
Version 3.0.2
|
||||
|
||||
New ponies: ahuizotl, brucemane, cheesesandwich, coldheart,
|
||||
|
|
|
@ -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
|
||||
|
|
2
setup.py
2
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'),
|
||||
|
|
Loading…
Reference in a new issue