As per the group decision of 14 January 2026, branches of this NeTEx repo have been renamed:
master ➡️ v1.3
next ➡️ v2.0
To update your local branches, please run the follow commands:
git branch -m master v1.3
git fetch origin
git branch -u origin/v1.3 v1.3
git remote set-head origin -a
and/or
git branch -m next v2.0
git fetch origin
git branch -u origin/v2.0 v2.0
git remote set-head origin -a