mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-07 05:26:43 +01:00
2.9.1
This commit is contained in:
parent
998f8230ba
commit
04964ebbdf
3 changed files with 14 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Version 2.9.1
|
||||
|
||||
Bug fix: correction in the -W option broke the -o option.
|
||||
|
||||
|
||||
Version 2.9
|
||||
|
||||
New ponies: pinkieumbrelahatfear, twilighttime
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
@documentlanguage en
|
||||
@finalout
|
||||
@c %**end of header
|
||||
@set VERSION 2.9
|
||||
@set VERSION 2.9.1
|
||||
|
||||
@defindex op
|
||||
@synindex op vr
|
||||
|
@ -2046,6 +2046,13 @@ sequences.
|
|||
@cindex versions
|
||||
@cindex previous releases
|
||||
|
||||
@heading Version 2.9.1
|
||||
@itemize @bullet
|
||||
@item
|
||||
Bug fix: correction in the -W option broke the -o option.
|
||||
@end itemize
|
||||
|
||||
|
||||
@heading Version 2.9
|
||||
@itemize @bullet
|
||||
New ponies: @file{pinkieumbrelahatfear}, @file{twilighttime}
|
||||
|
|
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ from subprocess import Popen, PIPE
|
|||
|
||||
|
||||
|
||||
PONYSAY_VERSION = '2.9'
|
||||
PONYSAY_VERSION = '2.9.1'
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue