##// END OF EJS Templates
- Final commits for 0.8.0 tag....
- Final commits for 0.8.0 tag. - Missing part of win32 install patch by N. Pernetty that I'd inadvertedly not applied. - Unicode fixes for emacs under win32 - Small bug fix (recently introduced) in pycolorize. - Improve handling of history file after %run, reduces memory usage.

File last commit:

r0:6f629fcc
r595:020f0804
Show More
update_version.sh
3 lines | 84 B | application/x-sh | BashLexer
#!/bin/sh
ver=`ipython -V`
sed "s/__version__/${ver}/" manual_base.lyx > manual.lyx