File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
8
8
__author__ = 'Hynek Schlawack'
9
- __version__ = '2.0.1 '
9
+ __version__ = '2.0.2 '
10
10
__license__ = 'MIT'
Original file line number Diff line number Diff line change @@ -4,13 +4,18 @@ Changelog
4
4
=========
5
5
6
6
7
+ 2.0.2 (2014-09-24)
8
+ ------------------
9
+
10
+ - Fix detection of `pydoctor 0.5 <http://bazaar.launchpad.net/~mwhudson/pydoctor/dev/revision/605 >`_. (`#31 <https://github.com/hynek/doc2dash/issues/31 >`_)
11
+
12
+
7
13
2.0.1 (2014-09-16)
8
14
------------------
9
15
10
16
- Better Unicode support.
11
17
The move from ``unicode_literals `` to explicit prefixes broke some things that are fixed now.
12
18
(`#29 <https://github.com/hynek/doc2dash/issues/29 >`_, `#30 <https://github.com/hynek/doc2dash/issues/30 >`_)
13
- - Fix detection of `pydoctor 0.5 <http://bazaar.launchpad.net/~mwhudson/pydoctor/dev/revision/605 >`_. (`#31 <https://github.com/hynek/doc2dash/issues/31 >`_)
14
19
15
20
16
21
2.0.0 (2014-08-14)
You can’t perform that action at this time.
0 commit comments