byrnereese / linkchecker-mkdocs

Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second
MIT License
9 stars 4 forks source link

Confusion about versions/releases #12

Open totoroot opened 1 year ago

totoroot commented 1 year ago

Hey @byrnereese,

I got interested in using your Python package in a project of mine and wanted to integrate it with pre-commit-hooks.nix for resulting support in devenv. However when packaging it for nixpkgs, some confusion arose about versions/releases.

On GitHub the latest release is tagged with 1.4.0, while on PyPi the latest version is 1.0.6.

Could you please create a new release on both platforms :pray:

P.S. In case you could need some help in maintaining this package, I'd be interested :slightly_smiling_face:

byrnereese commented 1 year ago

@totoroot I am a bit confused as well. My version is a fork from scivision/linkchecker-markdown, and the tags/releases that are in my project correspond with his tags. However, when I created my fork, I broke with his versioning scheme altogether. So PyPl is up-to-date. You can ignore the tagged versions all together. I need to see if I can remove these tags from my repository - or see if there is a better solution out there for me.