Fix versionchanged directives

This commit is contained in:
Zachary Ware 2015-07-07 00:11:36 -05:00
parent 3d3aedc8ba
commit 7f142c7a80
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ The available formats for built distributions are:
| ``msi`` | Microsoft Installer. | |
+-------------+------------------------------+---------+
.. versionchanged: 3.5
.. versionchanged:: 3.5
Added support for the ``xztar`` format.

View File

@ -41,7 +41,7 @@ to create a gzipped tarball and a zip file. The available formats are:
| ``tar`` | tar file (:file:`.tar`) | |
+-----------+-------------------------+---------+
.. versionchanged: 3.5
.. versionchanged:: 3.5
Added support for the ``xztar`` format.
Notes: