-
Notifications
You must be signed in to change notification settings - Fork 451
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
Release 2.5.2 is not backward compatible #550
Comments
Hey @chessbr! Yeah, that was not the intention, even if Babel currently does not strictly follow semver. (The plan is to start doing so when version 3 eventually rolls out.) I'll cut release 2.5.3 from 2.5.1 + the PyInstaller fix (#533)... Sorry about the inconvenience! |
No problem @akx ! |
This retains backwards compatibility (at least as far as the function's signature is concerned) with users that are using NumberPattern.apply() directly. See: python-babel#550 See: python-babel#569
The last release includes this commit cf03578 which changes the NumberPattern.apply signature from
to
chopping out the
force_frac
param.Is this project following semver? Our build started to break on version 2.x. If this is not the case I can just fix the version on our project for now until we update the project.
Thanks
The text was updated successfully, but these errors were encountered: