jazzband / django-taggit

Simple tagging for django
https://django-taggit.readthedocs.io
BSD 3-Clause "New" or "Revised" License
3.27k stars 623 forks source link

Prepare v5.0.1 #877

Closed rtpg closed 8 months ago

rtpg commented 8 months ago

This just tags the requirements properly.

@jezdez I think we want to yank 5.0.0 (after I release 5.0.!), just because Django 3.2 is an LTS release so until mid-2024. Is there a process that would allow me to do yanking on Pypi?

codecov[bot] commented 8 months ago

Codecov Report

Merging #877 (b5ded0d) into master (ee1e98c) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #877   +/-   ##
=======================================
  Coverage   92.31%   92.31%           
=======================================
  Files           9        9           
  Lines         729      729           
  Branches      131      131           
=======================================
  Hits          673      673           
  Misses         36       36           
  Partials       20       20           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

jezdez commented 8 months ago

@rtpg No, yanking isn't implemented on the Jazzband side since it predates the PyPI feature, but I can do that manually.

rtpg commented 8 months ago

Alright, 5.0.1 (which fixes the constraints)

@jezdez would you be able to yank the 5.0.0 release? My understanding of yanking is that people who have pinned to 5.0.0 will still have access to it (fine!) but people who install without pinning will not have it proposed to them (good, because 5.0.0's django requirements state 3.2 support when it's in fact not supporting 3.2). So people who want 5.0.0 can still have it, and people on Django 3.2 will not be offered an incompatible release anymore.

jezdez commented 8 months ago

@rtpg Done