jazzband / django-smart-selects

chained and grouped selects for django forms
https://django-smart-selects.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.1k stars 348 forks source link

bump version to 1.6.0 #322

Closed manelclos closed 1 year ago

jezdez commented 3 years ago

@manelclos Hey there, that's great, I have a few more updates in #323 that would be great to have in a release. I wouldn't mind if you would do a last 1.5.x release for Python 2 support, and then do a 1.6.x release for the things in #323.

Please let me know if you need any help with this, I understand the migration to GitHub Actions is a bit more involved, but given Travis' changes with regard to OSS projects something we need to tackle. Thanks for your help!

manelclos commented 3 years ago

Hi @jezdez, I wanted to have a release before merging the PR that removes support for Django < 2.2.

But I found the move to tox makes travis fail on django-master. Before it was ignored, so I tried this: https://github.com/jazzband/django-smart-selects/compare/fix-travis?expand=1

Are we moving away from Travis?

manelclos commented 3 years ago

@jezdez ok, all clear in https://github.com/jazzband/django-smart-selects/pull/323

The changes are small so no need to release. Please go ahead with GitHub Actions.

jezdez commented 3 years ago

@jezdez ok, all clear in #323

The changes are small so no need to release. Please go ahead with GitHub Actions.

Great, thank you, I've merged the PR and we can work out what to do next.

codecov[bot] commented 2 years ago

Codecov Report

Merging #322 (81b0df5) into master (2cff847) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #322   +/-   ##
=======================================
  Coverage   80.42%   80.42%           
=======================================
  Files           8        8           
  Lines         470      470           
  Branches       68       81   +13     
=======================================
  Hits          378      378           
  Misses         60       60           
  Partials       32       32           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2cff847...81b0df5. Read the comment docs.

manelclos commented 2 years ago

@jezdez ok to release?