Skip to content

Publish dynamic version#195

Merged
deathaxe merged 2 commits intomasterfrom
feat/publish-version
Feb 13, 2026
Merged

Publish dynamic version#195
deathaxe merged 2 commits intomasterfrom
feat/publish-version

Conversation

@deathaxe
Copy link
Member

@deathaxe deathaxe commented Feb 7, 2026

This PR publishes dynamic __version__ information and falls back to static dummy version, if _version.py has not yet been created.

import sublime_lib
print(sublime_lib.__version__)

This commit publishes dynamic `__version__` information and falls back
to static dummy version, if `_version.py` has not yet been created.

```py
import sublime_lib
print(sublime_lib.__version__)
```
@deathaxe deathaxe merged commit bb25ba1 into master Feb 13, 2026
1 check passed
@deathaxe deathaxe deleted the feat/publish-version branch February 13, 2026 22:34
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