Version 20140328

pull/1/head
Yusuke Shinyama 2014-03-28 22:49:18 +09:00
parent 340387bfc6
commit 7b354c7ab3
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<div align=right class=lastmod> <div align=right class=lastmod>
<!-- hhmts start --> <!-- hhmts start -->
Last Modified: Mon Mar 24 12:02:47 UTC 2014 Last Modified: Fri Mar 28 09:17:06 UTC 2014
<!-- hhmts end --> <!-- hhmts end -->
</div> </div>
@ -374,6 +374,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> 2014/03/28: Further bugfixes.
<li> 2014/03/24: Bugfixes and improvements for fauly PDFs.<br> <li> 2014/03/24: Bugfixes and improvements for fauly PDFs.<br>
API changes: API changes:
<ul> <ul>

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
__version__ = '20140327' __version__ = '20140328'
if __name__ == '__main__': if __name__ == '__main__':
print __version__ print __version__