Avaiga / taipy-core

A Python library to build powerful and customized data-driven back-end applications.
Apache License 2.0
38 stars 17 forks source link

BUG-Can not show version number in development mode #818

Closed trgiangdo closed 11 months ago

trgiangdo commented 1 year 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

The Config.core.version_number will return an empty string.

Expected behavior

The Config.core.version_number should return the actual development version number.