Django

Code

Ticket #1929 (closed: fixed)

Opened 3 years ago

Last modified 2 years ago

setup.py in trunk is still talking about version 0.91

Reported by: william Assigned to: adrian
Milestone: Component: Core framework
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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.

Attachments

Change History

06/01/06 23:57:45 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #1929 (setup.py in trunk is still talking about version 0.91)




Change Properties
Action