classification
Title: Update version number in __init__.py
Type: behavior
Components: Distutils Versions: Python 3.0, Python 2.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: lemburg Nosy List: gvanrossum, jlp, lemburg
Priority: low Keywords: easy

Created on 2008-01-15 17:21 by jlp, last changed 2008-01-15 17:51 by lemburg.

Messages
msg59974 (view) Author: Jacques Lemire (jlp) Date: 2008-01-15 17:21
In the distutils directory the file __init__.py is not updated to 3.0.
msg59977 (view) Author: Guido van Rossum (gvanrossum) Date: 2008-01-15 17:46
The comment indicates it's not automatic that the version number follows
the Python release number.

Assigning to MAL who wants to coordinated this according to that same
comment.
msg59978 (view) Author: Marc-Andre Lemburg (lemburg) Date: 2008-01-15 17:51
The version number should only be bumped for major enhancements to
distutils or backwards incompatible changes.

Have there been any such changes ?
History
Date User Action Args
2008-01-15 17:51:10lemburgsetmessages: + msg59978
2008-01-15 17:46:52gvanrossumsetversions: + Python 2.6
nosy: + gvanrossum, lemburg
messages: + msg59977
priority: low
assignee: lemburg
keywords: + easy
2008-01-15 17:21:09jlpcreate