===== - Fix issue 2 by making pdoc a package instead of a module. The templates are now included as package_data, which seems to be more portable (its final location is more predictable).
0.1.8
Not secure
===== - pdoc now interprets `__pdoc__[key] = None` as an explicit way to hide `key` from the public interface of its module.
0.1.7
Not secure
===== - Removed __new__ from the public interface. I think __init__ is sufficient.
0.1.6
Not secure
===== - Fixed bug 1.
0.1.5
Not secure
===== - Fixed a bug with an improper use of getattr. - Made pdoc aware of __slots__. (Every identifier in __slots__ is automatically interpreted as an instance variable.)
0.1.4
Not secure
===== - Fixed bug where getargspec wasn't being used in Python 2.x.