Skip to content

Do not specify tagprefix since there is none in tags for hed-python#1034

Merged
VisLab merged 1 commit intohed-standard:masterfrom
yarikoptic:bf-versioneer
Oct 15, 2024
Merged

Do not specify tagprefix since there is none in tags for hed-python#1034
VisLab merged 1 commit intohed-standard:masterfrom
yarikoptic:bf-versioneer

Conversation

@yarikoptic
Copy link
Contributor

Without it "version" does not include version at all! E.g. could be

❯ python -c 'from hed._version import get_versions; print(get_versions())'
{'version': '0+untagged.2400.g10fe30e', ...

after this fix

❯ python -c 'from hed._version import get_versions; print(get_versions())'
{'version': '0.5.0+145.g10fe30e1.dirty', ...

Without it "version" does not include version at all! E.g. could be

    ❯ python -c 'from hed._version import get_versions; print(get_versions())'
    {'version': '0+untagged.2400.g10fe30e', ...

after this fix

    ❯ python -c 'from hed._version import get_versions; print(get_versions())'
    {'version': '0.5.0+145.g10fe30e1.dirty', ...
@VisLab VisLab merged commit 61664e9 into hed-standard:master Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants