============= Release Notes ============= This page contains the release notes for DroneKit-Python ``minor`` and ``major`` releases. .. note:: DroneKit-Python marks releases using the ``major.minor.patch`` release numbering convention, where ``patch`` is used to denote only bug fixes, ``minor`` is used for releases with new features, and ``major`` indicates the release contains significant API changes. Latest release ============== .. include:: github_latest_release.txt All releases ============ For information about all past releases, please see `this link on Github `_. Working with releases ======================= The following PyPI commands are useful for working with different version of DroneKit Python: .. code-block:: bash pip install dronekit # Install the latest version pip install dronekit --upgrade # Update to the latest version pip show dronekit # Find out what release you have installed pip install dronekit==2.0.0rc1 # Get a sepcific old release (in this case 2.0.0rc1) See `Release History on the package ranking page `_ for a list of all releases available on PyPI.