Opened 16 years ago
Closed 16 years ago
#9016 closed (fixed)
update VERSION in trunk/django/__init__.py (currently trunk is claiming it is 1.0 final)
Reported by: | Wayne K. Werner | Owned by: | nobody |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | 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
I have no idea what should be the new trunk VERSION.
Currently it is:
VERSION = (1, 0, 'final')
Note:
See TracTickets
for help on using tickets.
(In [9049]) Fixed #9016 -- Changed VERSION from 1.0.final to 1.0.post-release-SVN, which should suffice until we create a 1.0.x branch