Closed trgiangdo closed 11 months ago
Description
If run a Taipy app in development mode (default version management mode), the application can not access or show the app version number.
How to reproduce
from taipy import Config ... Config.core.version_number ...
The Config.core.version_number will return an empty string.
Config.core.version_number
Expected behavior
The Config.core.version_number should return the actual development version number.
Description
If run a Taipy app in development mode (default version management mode), the application can not access or show the app version number.
How to reproduce
The
Config.core.version_number
will return an empty string.Expected behavior
The
Config.core.version_number
should return the actual development version number.