##// END OF EJS Templates
try import path.py from several places, just in case
try import path.py from several places, just in case

File last commit:

r0:6f629fcc
r321:02e7a028
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