]> granicus.if.org Git - python/commitdiff
Update spec version number.
authorRaymond Hettinger <python@rcn.com>
Mon, 27 Apr 2009 21:12:27 +0000 (21:12 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 27 Apr 2009 21:12:27 +0000 (21:12 +0000)
Lib/decimal.py

index dc38167a8bf81d14d0266e978a80d6c52f5aebb7..cc2c5a52e2be5c2589ef87d320478b42daec436c 100644 (file)
@@ -134,7 +134,7 @@ __all__ = [
     '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