jazzband / django-formtools

A set of high-level abstractions for Django forms
https://django-formtools.readthedocs.io
BSD 3-Clause "New" or "Revised" License
784 stars 135 forks source link

Updated changelog.rst for 2.5.0 release #254

Closed claudep closed 8 months ago

claudep commented 8 months ago

This should wait for #253 at least...

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (9548140) 93.80% compared to head (862b99a) 93.80%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #254 +/- ## ======================================= Coverage 93.80% 93.80% ======================================= Files 11 11 Lines 533 533 Branches 86 86 ======================================= Hits 500 500 Misses 21 21 Partials 12 12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

do-rtk commented 8 months ago

Just bumping this up as it's ready for release. It's blocking our py 3.12 test

do-rtk commented 7 months ago

@claudep I don't think 2.5.0 was ever deployed to pypi https://pypi.org/project/django-formtools/

claudep commented 7 months ago

No, it was not, because of https://github.com/jazzband/django-formtools/issues/260, but looks like few people are concerned by this package maintenance :disappointed:

do-rtk commented 7 months ago

Perhaps https://github.com/jazzband/django-formtools/pull/263 might help. I'm not too familiar with buildtools but this seems to produce builds with actual version numbers. PTAL