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

Version object #4

Open
bleudev opened this issue May 22, 2024 · 0 comments
Open

Version object #4

bleudev opened this issue May 22, 2024 · 0 comments
Assignees
Labels
new class New class new feature New feature
Milestone

Comments

@bleudev
Copy link
Member

bleudev commented May 22, 2024

Add new class Version for simplification of working with versions

ver = Version('0.2', ufpy.alpha)
ver2 = Version('0.2', ufpy.beta)
print(ver2 > ver) # True
@bleudev bleudev added new feature New feature new class New class labels May 22, 2024
@bleudev bleudev added this to the 1.0 milestone May 22, 2024
@bleudev bleudev self-assigned this May 22, 2024
@bleudev bleudev added this to Ufpy May 22, 2024
@github-project-automation github-project-automation bot moved this to ⚠ To-Do in Ufpy May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new class New class new feature New feature
Projects
Status: ⚠ To-Do
Development

No branches or pull requests

1 participant