All-Hands-AI / OpenHands

🙌 OpenHands: Code Less, Make More
https://all-hands.dev
MIT License
37.36k stars 4.23k forks source link

[Bug]: Building from 0.14.2 tag results in CLI which returns 0.14.1 version when using "-v" #5256

Open scosenza opened 4 hours ago

scosenza commented 4 hours ago

Is there an existing issue for the same bug?

Describe the bug and reproduction steps


% git status
HEAD detached at 0.14.2
nothing to commit, working tree clean

% make build
...

% poetry run python -m openhands.core.cli -v
DEBUG:openhands:DEBUG mode enabled.
08:52:41 - openhands:DEBUG: logger.py:265 - Logging initialized
08:52:41 - openhands:DEBUG: logger.py:277 - Logging to file in: /Users/steve_cosenza/workspace/OpenHands/logs
2024-11-25 08:52 - openhands_aci:DEBUG - Logger initialized
0.14.1

### OpenHands Installation

Development workflow

### OpenHands Version

0.14.2

### Operating System

MacOS

### Logs, Errors, Screenshots, and Additional Context

_No response_
mamoodi commented 2 hours ago

Anyone know where this version is coming from? I'll circle back to this later.