##// END OF EJS Templates
Fix http://www.scipy.net/roundup/ipython/issue53, test added (though it must...
Fix http://www.scipy.net/roundup/ipython/issue53, test added (though it must be run manually, so I named it differently so it's not picked up automatically.

File last commit:

r0:6f629fcc
r190:bc4a676a
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