File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ 0.3.1
2
+ =====
3
+ - Source code is extracted from __wrapped__ if it exists, and then
4
+ falls back to inspect.getsourcelines. This reverses the behavior
5
+ implemented in #6.
6
+ - Fix Python 2.6 compatibility by requiring Markdown < 2.5 (#19).
7
+ Markdown 2.5 dropped support for Python 2.6.
8
+ - Get rid of tabs that sneaked in from #17.
9
+ - Fix pep8 violations.
10
+
1
11
0.3.0
2
12
=====
3
13
- Major HTML face lift. Kudos to @knadh!
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ def __init__(self):
191
191
from mako .lookup import TemplateLookup
192
192
from mako .exceptions import TopLevelLookupException
193
193
194
- __version__ = '0.3.0 '
194
+ __version__ = '0.3.1 '
195
195
"""
196
196
The current version of pdoc. This value is read from `setup.py`.
197
197
"""
You can’t perform that action at this time.
0 commit comments