DjangoAdminHackers / django-linkcheck

An app that will analyze and report on links in any model that you register with it. Links can be bare (urls or image and file fields) or embedded in HTML (linkcheck handles the parsing). It's fairly easy to override methods of the Linkcheck object should you need to do anything more complicated (like generate URLs from slug fields etc).
BSD 3-Clause "New" or "Revised" License
75 stars 26 forks source link

Release v2.2.0 #176

Closed claudep closed 1 year ago

claudep commented 1 year ago

@timoludwig Do you think it's fine to release as 2.2, or do you think it should be 3.0 ?

timobrembeck commented 1 year ago

@timoludwig Do you think it's fine to release as 2.2, or do you think it should be 3.0 ?

Sure, that's fine! Thanks 👍

claudep commented 1 year ago

Release out!