recamshak / django-debug-panel

django-debug-toolbar in WebKit DevTools. Works fine with background Ajax requests and non-HTML responses.
BSD 3-Clause "New" or "Revised" License
404 stars 69 forks source link

Latest version not on PyPi #22

Closed joshblum closed 8 years ago

joshblum commented 8 years ago
$ pip install django-debug-panel==0.8.3
Collecting django-debug-panel==0.8.3
  Could not find a version that satisfies the requirement django-debug-panel==0.8.3 (from versions: 0.5.1, 0.5.2, 0.5.3, 0.5.5, 0.5.6, 0.5.7, 0.5.8, 0.5.9, 0.6.0, 0.7.0, 0.7.1, 0.7.2, 0.8.0, 0.8.1, 0.8.2)
No matching distribution found for django-debug-panel==0.8.3
$

The version bump commit pushes to 0.8.3 https://github.com/recamshak/django-debug-panel/commit/ab867ac7aee9eebd1456fb2d73e7463caef5b0ea and pypi also thinks that this version is available https://pypi.python.org/pypi/django-debug-panel/0.8.3

Any ideas why pip can't find this version?

DheerendraRathor commented 8 years ago

I guess @recamshak has not uploaded the tar.gz or path to download 0.8.3 version.

@recamshak Please upload 0.8.3 to pypi.

recamshak commented 8 years ago

Sorry for being so late, it should be fixed now!