autorope / donkeycar

Open source hardware and software platform to build a small scale self driving car.
http://www.donkeycar.com
MIT License
3.16k stars 1.3k forks source link

Version numbers out of sync on Dev branch #901

Closed cfox570 closed 3 years ago

cfox570 commented 3 years ago

File at root: setup.py contains "version='4.2.0'" File at donkeycar: init.py contains "version = '4.3.0' "

Is there a way to only have one place where version is updated?
In a separate version file?

DocGarbanzo commented 3 years ago

Thanks for reporting this. Created #902 to address this.

DocGarbanzo commented 3 years ago

This is now merged.