#1929 closed defect (fixed)
setup.py in trunk is still talking about version 0.91
| Reported by: | william | Owned by: | Adrian Holovaty |
|---|---|---|---|
| Component: | Core (Other) | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
when installing the django coming from the trunk (python setup.py install), distutils create a django-0.91 egg file.
On the other hand, when using the command "django-admin.py --version", we see that we are using version 0.95.
I think that to solve this, just update the variable "version" in the setup.py file.
Note:
See TracTickets
for help on using tickets.
(In [3060]) Fixed #1929 -- Updated version in setup.py from 0.91 to 0.95