This is a minor bugfix release, resolving a compatibility issue with newer versions of lark
.
Bugs Fixed
- Identifier tokens are no longer confused with keywords in certain circumstances, allowing
finish
andbreak
statements to work correctly under recent versions oflark
. (1653b8e)
Infrastructure Changes
- Update
Jenkinsfile
to deal withpython
docker images no longer shippingsetuptools
andwheel
. (0c0362b)