Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add __version__ to bo4e/__init__.py #11

Merged
merged 2 commits into from
Nov 10, 2023
Merged

Add __version__ to bo4e/__init__.py #11

merged 2 commits into from
Nov 10, 2023

Conversation

lord-haffi
Copy link
Collaborator

No description provided.

@lord-haffi lord-haffi self-assigned this Nov 7, 2023
@@ -28,6 +28,10 @@ def test_main(self):
assert issubclass(Angebot, BaseModel)
assert "typ" in Angebot.model_fields

from .output.bo4e import __version__ # type: ignore[import-not-found]

assert __version__ == "0.6.1rc13"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wird sich die version nicht bei jedem Release ändern?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Das ist ein Unittest ;) Natürlich hab ich diese statisch gehalten.

@lord-haffi lord-haffi enabled auto-merge (squash) November 10, 2023 19:41
@lord-haffi lord-haffi merged commit 5c7e0d7 into main Nov 10, 2023
12 checks passed
@lord-haffi lord-haffi deleted the create_version branch November 10, 2023 19:43
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