diff options
author | Raymond Hettinger <python@rcn.com> | 2009-04-27 21:12:27 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-04-27 21:12:27 (GMT) |
commit | a016debad07f11c3b85131b4205305d190ac9eca (patch) | |
tree | 0038a89227777412251aa0e3569d627e49280e18 | |
parent | f2651e193c43a0cadc3ef4d94cfbe74a1be862bb (diff) | |
download | cpython-a016debad07f11c3b85131b4205305d190ac9eca.zip cpython-a016debad07f11c3b85131b4205305d190ac9eca.tar.gz cpython-a016debad07f11c3b85131b4205305d190ac9eca.tar.bz2 |
Update spec version number.
-rw-r--r-- | Lib/decimal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/decimal.py b/Lib/decimal.py index dc38167..cc2c5a5 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 |