Upgrading Naas
In naas cloud, we push updates every day with our CI /CD, we value stability for you over everything so only new users get the last news.
If you want the last news you can reboot your machine or wait the monthly update, every second day of the month.
the version number in your local machine
import naas
naas.version()
import naas
naas.up_to_date()
the last version number in Github
import naas
naas.get_last_version()
import naas
naas.update()
!pip install --upgrade naas
Alternatively, for the more tech people you can see our changelog here :
Last modified 1yr ago