Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 728 Bytes

CHANGELOG.md

File metadata and controls

34 lines (21 loc) · 728 Bytes

Install the latest

To install the latest version of pdocs simply run:

pip3 install pdocs

OR

poetry add pdocs

OR

pipenv install pdocs

see the Installation QuickStart for more instructions.

Changelog

1.1.1 - January 29th 2021

  • Fixed #18: Incorrectly identified "google docstring" format should not break building.

1.1.0 - January 15th 2021

  • Added numpydoc and googledoc support.

1.0.2 - June 7th 2020

  • Improved support for a variety of package hierchies.

1.0.1 - September 3rd 2019

  • Fixed a bug determining class methods

1.0.0 - September 2nd 2019

Initial API stable release of pdocs