##// END OF EJS Templates
Fix Python 3.2 test failures (ResourceWarnings from unclosed files)....
Fix Python 3.2 test failures (ResourceWarnings from unclosed files). Closes gh-2083.

File last commit:

r1261:a818e11a merge
r7803:b1a8e9db
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