2.0 Release Notes
=================

2.0.0
-----

This release adds ability to manage Python wheel packages. Wheel is currently considered the
standard for built and binary packaging for Python. More information about the differences between
sdist and wheel formats can be found in the `Python Packaging User Guide
<https://packaging.python.org/wheel_egg/>`_. Wheel packages can now be both uploaded and synced
from PyPi. When syncing from PyPi both sdist and wheel packages are synced. This results in many
packages existing in both formats in the Pulp Python repositories. This behavior maintains support
for older pip clients that are not aware of the wheel format.

Requirements
^^^^^^^^^^^^
The 2.0.x releases of the Python plugins depend on the Pulp 2.13.x or greater.

Bugfixes
^^^^^^^^

This release also contains some minor bugfixes. See the :fixedbugs_pulp_python:`2.0.0`.

Known Issues
^^^^^^^^^^^^

:redmine:`2554`
