Ran Ziv created ARIA-266:
----------------------------
Summary: Version doesn't update when ARIA is installed in editable
mode
Key: ARIA-266
URL: https://issues.apache.org/jira/browse/ARIA-266
Project: AriaTosca
Issue Type: Bug
Reporter: Ran Ziv
Assignee: Ran Ziv
Priority: Minor
When ARIA is installed in editable mode ({{pip install -e}}) for development
purposes, and the version of the project changes (in the top-level {{VERSION}}
file), the {{__version__}} field imported from the {{aria}} package (used in
various places in the code) remains the one that got installed.
This is because the version is not read from the {{VERSION}} file (which isn't
kept after installation), but rather from the package's metadata (i.e. the
version with which it got installed).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)