pylint-dev / pylint-django

Pylint plugin for improving code analysis for when using Django
GNU General Public License v2.0
588 stars 117 forks source link

pylint-django 2.5.5 #426

Open highpost opened 5 months ago

highpost commented 5 months ago

Why do pypi (https://pypi.org/project/pylint-django/2.5.5/) and cookiecutter-django (https://github.com/cookiecutter/cookiecutter-django/blob/master/%7B%7Bcookiecutter.project_slug%7D%7D/requirements/local.txt) refer to version 2.5.5 when the releases page in this repo (https://github.com/pylint-dev/pylint-django/releases) only mentions 2.5.4?

carlio commented 5 months ago

Oh, nice catch. I must have forgotten to make the release last time I pushed to PyPI. There's no matching git tag either, just an oversight. I'll figure out which tag to make and add the release, though it's really just there as a reference, it doesn't have any actual effect as the package deployment is still manual.