Skip to content

Latest commit

 

History

History
89 lines (66 loc) · 2.1 KB

CHANGELOG.md

File metadata and controls

89 lines (66 loc) · 2.1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • add support for python 3.9
  • drop support for python 3.5

Changed

  • drop support for python 2.7, 3.4 and pypy2

Changed

  • add license information to console output

Changed

  • add default values for categorized_package_data to avoid crash on packages not available on pypi

Added

  • -pr, --pre-releases parameter to explicitly enable display of pre-releases in console

Changed

  • Module structure for module and console functions

Changed

  • Replace PyPi URL with new PyPi Warehouse URL

Changed

  • Replace pip internal functions. Since the release of pip 9.0.2 the import of pip related libraries is not allowed anymore pypa/pip#5081

Added

  • Adds license information
  • Information about pre-release versions

Changed

  • Fixes docs on pypi

Changed

  • Several fixes

Changed

  • Several fixes

Changed

  • Several fixes

Changed

  • Several fixes

Added

  • Initial Release