[Python-checkins] CVS: python/dist/src/Tools/idle idlever.py,1.4,1.5

Guido van Rossum python-dev@python.org
Thu, 30 Mar 2000 15:30:37 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Tools/idle
In directory eric:/projects/python/develop/guido/src/Tools/idle

Modified Files:
	idlever.py 
Log Message:
Bump version to 0.6 for the event of the Python 1.6 alpha 1 release.


Index: idlever.py
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Tools/idle/idlever.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** idlever.py	1999/04/22 20:50:52	1.4
--- idlever.py	2000/03/30 20:30:34	1.5
***************
*** 1 ****
! IDLE_VERSION = "0.5"
--- 1 ----
! IDLE_VERSION = "0.6"