Avaiga / taipy-core

A Python library to build powerful and customized data-driven back-end applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUG-Can not show version number in development mode

trgiangdo opened this issue · comments

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

  • In the application, try to access the version number anywhere
    from taipy import Config
    ...
    Config.core.version_number
    ...
    

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

Expected behavior

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