Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
uri-rodberg opened this issue Oct 4, 2021 · 5 comments
Closed

Comments

@uri-rodberg
Copy link
Contributor

$ 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
Copy link
Contributor Author

$ 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
Copy link
Member

frankwiles commented Oct 4, 2021

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
Copy link
Member

@frankwiles actually, yes and there is apparently an open ticket for it here: peritus/bumpversion#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
Copy link
Member

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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants