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

Update __version__ from 1.4 #26

Closed
trevorbaca opened this issue Jan 9, 2025 · 2 comments
Closed

Update __version__ from 1.4 #26

trevorbaca opened this issue Jan 9, 2025 · 2 comments

Comments

@trevorbaca
Copy link

The __version__ attribute appears to show 1.4 for all releases.

$ python -m pip show roman
Name: roman
Version: 4.2
Summary: Integer to Roman numerals converter
Home-page: https://github.com/zopefoundation/roman
Author: Mark Pilgrim
Author-email: 
License: ZPL 2.1
...
>>> import roman
>>> roman.__version__
'1.4'
@perrinjerome
Copy link

This issue is duplicate of #24 , the problem is fixed in git as 3c99821 but there is no released version with the fix.

@icemac
Copy link
Member

icemac commented Jan 15, 2025

Just released https://pypi.org/project/roman/5.0/ containing a fix.

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

No branches or pull requests

3 participants