Closed uri-rodberg closed 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)
Weird, 1.9.3 is listed as latest.
Any chance this is related to some of your recent changes to setup.cfg @jefftriplett ?
@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.
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.
pip install --upgrade django-friendship
installed for me django-friendship-1.9.4. Closing.