release 20101226

pull/1/head
Yusuke Shinyama 2010-12-26 19:06:47 +09:00
parent a24c452ba2
commit 420169a692
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<div align=right class=lastmod> <div align=right class=lastmod>
<!-- hhmts start --> <!-- hhmts start -->
Last Modified: Sat Dec 25 09:40:02 UTC 2010 Last Modified: Sun Dec 26 08:31:09 UTC 2010
<!-- hhmts end --> <!-- hhmts end -->
</div> </div>
@ -354,7 +354,7 @@ no stream header is displayed for the ease of saving it to a file.
<h2><a name="changes">Changes</a></h2> <h2><a name="changes">Changes</a></h2>
<ul> <ul>
<li> 2010/12/xx: A couple of bugfixes and minor improvements. Thanks to Kevin Brubeck Unhammer. <li> 2010/12/26: A couple of bugfixes and minor improvements. Thanks to Kevin Brubeck Unhammer and Daniel Gerber.
<li> 2010/10/17: A couple of bugfixes and minor improvements. Thanks to standardabweichung and Alastair Irving. <li> 2010/10/17: A couple of bugfixes and minor improvements. Thanks to standardabweichung and Alastair Irving.
<li> 2010/09/07: A minor bugfix. Thanks to Alexander Garden. <li> 2010/09/07: A minor bugfix. Thanks to Alexander Garden.
<li> 2010/08/29: A couple of bugfixes. Thanks to Sahan Malagi, pk, and Humberto Pereira. <li> 2010/08/29: A couple of bugfixes. Thanks to Sahan Malagi, pk, and Humberto Pereira.

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2 #!/usr/bin/env python2
__version__ = '20101017' __version__ = '20101226'
if __name__ == '__main__': print __version__ if __name__ == '__main__': print __version__