django-compressor / django-appconf

An app to handle configuration defaults of packaged Django apps gracefully
https://django-appconf.readthedocs.io
BSD 3-Clause "New" or "Revised" License
350 stars 47 forks source link

Do there any blockers to bump new release? #83

Closed jramnai closed 3 years ago

jramnai commented 3 years ago

We are looking forward to using django-appconf with Django 3.2 on edX.

Develop branch is already tested against Django 3.2. Do there any chance a new version will be bumped soon?

If any blockers with the release I would be happy to help.

Thank you in advance.

carltongibson commented 3 years ago

It's on my list for this week after the Django 4.0 feature freeze as it happens. There are no changes that are anything other than metadata related.

You should be good to update, as you'd see if you install the latest with Django 3.2 and run the edX test suite. If there were failures an issue report would be useful.

jramnai commented 3 years ago

It's on my list for this week as it happens.

That's great! Thanks!

manchandavishal commented 3 years ago

Hi @carltongibson any update on new release?

carltongibson commented 3 years ago

Yes, I've decided to wait for the Django 4.0 alpha, which will be released soon, so that we can declare 4.0 compatibility now, and not have the same issue then.