Opened 18 years ago
Closed 18 years ago
#3117 closed defect (fixed)
[Patch] Django version should be set "0.96pre" or like for setup.py in trunk
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Tools | Version: | dev |
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
In trunk setup.py, the "version" metadata is set to "0.95".
This is causing the name of source/binary distributions like "Django-0.95.tar.gz"; this is confusing when we are distributing trunk/0.95 release.
To fix the problem, I'd like to post two possible patches:
- "fixing_setuppy_version_static.diff" patch, which sets the version with hard-coded "0.96-pre".
- "fixing_setuppy_version_dynamic.diff" patch, which sets the version from django.VERSION.
Attachments (2)
Change History (3)
by , 18 years ago
Attachment: | fixing_setuppy_version_static.diff added |
---|
by , 18 years ago
Attachment: | fixing_setuppy_version_dynamic.diff added |
---|
Fixing version metadata in setup.py in dynamic way.
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixing version metadata in setup.py in static way.