Closed bruth closed 1 year ago
This change enables doing:
./update.py 2.9.23
And it will update in 2.9.x. Or you could do:
2.9.x
./update.py 2.10.0
And it will copy the 2.9.x directory to 2.10.x and apply the version there. Then going forward we can support patch releases in either minor version.
2.10.x
Will fix tests shortly..
This change enables doing:
And it will update in
2.9.x
. Or you could do:And it will copy the
2.9.x
directory to2.10.x
and apply the version there. Then going forward we can support patch releases in either minor version.