revsys / django-friendship

Django app to manage following and bi-directional friendships
BSD 3-Clause "New" or "Revised" License
763 stars 183 forks source link

`pip install --upgrade django-friendship` installs django-friendship-1.9.2 #158

Closed uri-rodberg closed 3 years ago

uri-rodberg commented 3 years ago
$ pip install --upgrade django-friendship
Collecting django-friendship
  Using cached django_friendship-1.9.2-py2.py3-none-any.whl (36 kB)
Installing collected packages: django-friendship
Successfully installed django-friendship-1.9.2
(.venv_3.6)
uri-rodberg commented 3 years ago
$ pip install --upgrade django-friendship --no-cache-dir
Collecting django-friendship
  Downloading django_friendship-1.9.2-py2.py3-none-any.whl (36 kB)
Installing collected packages: django-friendship
Successfully installed django-friendship-1.9.2
(.venv_3.6)
frankwiles commented 3 years ago

Weird, 1.9.3 is listed as latest.
CleanShot Google Chrome 2021-10-04 at 13 47 01

Any chance this is related to some of your recent changes to setup.cfg @jefftriplett ?

jefftriplett commented 3 years ago

@frankwiles actually, yes and there is apparently an open ticket for it here: https://github.com/peritus/bumpversion/issues/198

More importantly, I migrated the config back so that bumpversion doesn't get confused. Feel free to roll another release and/or give me access and I can Tuesday.

frankwiles commented 3 years ago

Ok I made a new release, which shows on pypi web UI, but still getting 1.9.2 from pip. I'm going to give it a bit to see if it's a caching issue in Warehouse.

uri-rodberg commented 3 years ago

pip install --upgrade django-friendship installed for me django-friendship-1.9.4. Closing.