##// END OF EJS Templates
add ability to check what PRs should be backported in backport_pr...
add ability to check what PRs should be backported in backport_pr just run: python tools/backport_pr.py 1.x to see what PRs are marked for backport, but not yet applied.

File last commit:

r1261:a818e11a merge
r12424:f37f469b
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