Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#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.

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [3060]) Fixed #1929 -- Updated version in setup.py from 0.91 to 0.95

Note: See TracTickets for help on using tickets.
Back to Top