aiidalab / aiidalab-home

AiiDAlab Home App
MIT License
5 stars 9 forks source link

Fix version mismatch #121

Closed danielhollas closed 1 year ago

danielhollas commented 1 year ago

In the last release, the version was not actually updated.

This didn't broke anything, because this package is not published anywhere, and is installed in aiidalab-docker-stack directly from the git repo based on the git version tag, which was correct. But if you try to identify the version in the current image

mamba list aiidalab-home

it will print the old version.

danielhollas commented 1 year ago

@unkcpz would you mind giving me access to this repo as well? :blush:

unkcpz commented 1 year ago

@unkcpz would you mind giving me access to this repo as well? 😊

Sure, done! You gradually have your hands on all repos 😄

danielhollas commented 1 year ago

The last release was done by hand, the bumpver was introduced only in the last commit if you look at the git history.

unkcpz commented 1 year ago

I see, thanks for check!

danielhollas commented 1 year ago

Btw: I caught this by writing a new test as part of https://github.com/aiidalab/aiidalab-docker-stack/pull/327 :-)