diff options
| author | Georg Brandl <georg@python.org> | 2012-06-24 15:31:06 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2012-06-24 15:31:06 (GMT) |
| commit | 4168764c1a849877ecae45ededfe28d1f371db62 (patch) | |
| tree | d1fb96fc6325c96415ddf3fdd6465124ea6bec80 | |
| parent | 0b40a0b10250830438c53e8a43f7f9fac2b9b889 (diff) | |
| download | cpython-4168764c1a849877ecae45ededfe28d1f371db62.zip cpython-4168764c1a849877ecae45ededfe28d1f371db62.tar.gz cpython-4168764c1a849877ecae45ededfe28d1f371db62.tar.bz2 | |
Add 3.2.3 version to the license table.
| -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 9d6ef24..b47b7cc 100644 --- a/Doc/license.rst +++ b/Doc/license.rst @@ -118,6 +118,8 @@ been GPL-compatible; the table below summarizes the various releases. +----------------+--------------+------------+------------+-----------------+ | 3.2.2 | 3.2.1 | 2011 | PSF | yes | +----------------+--------------+------------+------------+-----------------+ +| 3.2.3 | 3.2.2 | 2012 | PSF | yes | ++----------------+--------------+------------+------------+-----------------+ | 3.3.0 | 3.2 | 2012 | PSF | yes | +----------------+--------------+------------+------------+-----------------+ @@ -73,6 +73,7 @@ the various releases. 3.2 3.1 2011 PSF yes 3.2.1 3.2 2011 PSF yes 3.2.2 3.2.1 2011 PSF yes + 3.2.3 3.2.2 2012 PSF yes 3.3.0 3.2 2012 PSF yes Footnotes: |
