From: Raymond Hettinger Date: Mon, 27 Apr 2009 21:12:27 +0000 (+0000) Subject: Update spec version number. X-Git-Tag: v2.7a1~1353 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a016debad07f11c3b85131b4205305d190ac9eca;p=python Update spec version number. --- diff --git a/Lib/decimal.py b/Lib/decimal.py index dc38167a8b..cc2c5a52e2 100644 --- a/Lib/decimal.py +++ b/Lib/decimal.py @@ -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