[Python-checkins] r72052 - python/trunk/Lib/decimal.py

raymond.hettinger python-checkins at python.org
Mon Apr 27 23:12:27 CEST 2009


Author: raymond.hettinger
Date: Mon Apr 27 23:12:27 2009
New Revision: 72052

Log:
Update spec version number.

Modified:
   python/trunk/Lib/decimal.py

Modified: python/trunk/Lib/decimal.py
==============================================================================
--- python/trunk/Lib/decimal.py	(original)
+++ python/trunk/Lib/decimal.py	Mon Apr 27 23:12:27 2009
@@ -134,7 +134,7 @@
     'setcontext', 'getcontext', 'localcontext'
 ]
 
-__version__ = '1.68'    # Highest version of the spec this complies with
+__version__ = '1.70'    # Highest version of the spec this complies with
 
 import copy as _copy
 import math as _math


More information about the Python-checkins mailing list