diff options
author | Georg Brandl <georg@python.org> | 2013-04-06 14:48:55 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-04-06 14:48:55 (GMT) |
commit | 03b273f4d19efd594a749402d3175bc65c8a250d (patch) | |
tree | 4cad88ce35e16497be14474e9026ebadf97b6e19 | |
parent | bf561020a7af9a72079be2ab3d848e3ee13e92f1 (diff) | |
download | cpython-03b273f4d19efd594a749402d3175bc65c8a250d.zip cpython-03b273f4d19efd594a749402d3175bc65c8a250d.tar.gz cpython-03b273f4d19efd594a749402d3175bc65c8a250d.tar.bz2 |
Add 3.3.1 to LICENSE files.
-rw-r--r-- | Doc/license.rst | 2 | ||||
-rw-r--r-- | LICENSE | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Doc/license.rst b/Doc/license.rst index 9e80f5d..aacfaa1 100644 --- a/Doc/license.rst +++ b/Doc/license.rst @@ -124,6 +124,8 @@ been GPL-compatible; the table below summarizes the various releases. +----------------+--------------+------------+------------+-----------------+ | 3.3.0 | 3.2 | 2012 | PSF | yes | +----------------+--------------+------------+------------+-----------------+ +| 3.3.1 | 3.3.0 | 2013 | PSF | yes | ++----------------+--------------+------------+------------+-----------------+ .. note:: @@ -76,6 +76,7 @@ the various releases. 3.2.3 3.2.2 2012 PSF yes 3.2.4 3.2.3 2013 PSF yes 3.3.0 3.2 2012 PSF yes + 3.3.1 3.3.0 2013 PSF yes Footnotes: |