fsr-de / myHPI

Django/Wagtail page serving myhpi.de
https://myhpi.de
11 stars 11 forks source link

Add dynamic versioning and version in footer #452

Closed frcroth closed 6 months ago

frcroth commented 6 months ago

Fixes #400

For me this does not yet work locally (The version is always 0.1.0) even though I basically used the ephios code. Do you have an idea here @jeriox ? poetry build produces a dynamic version number

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 7385007269


Totals Coverage Status
Change from base Build 7384969736: -0.03%
Covered Lines: 1276
Relevant Lines: 1715

💛 - Coveralls
jeriox commented 6 months ago

For me this does not yet work locally (The version is always 0.1.0) even though I basically used the ephios code. Do you have an idea here @jeriox ? poetry build produces a dynamic version number

sounds like you have an "old" version installed in your venv that takes precedence for the version. Did you run poetry install afterwards?

frcroth commented 6 months ago

sounds like you have an "old" version installed in your venv that takes precedence for the version. Did you run poetry install afterwards?

Nice, that's it!