Skip to content

Commit 4f27ffd

Browse files
committed
Prepare 2.0.2
1 parent 4802e38 commit 4f27ffd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

doc2dash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77

88
__author__ = 'Hynek Schlawack'
9-
__version__ = '2.0.1'
9+
__version__ = '2.0.2'
1010
__license__ = 'MIT'

docs/changelog.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@ Changelog
44
=========
55

66

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+
713
2.0.1 (2014-09-16)
814
------------------
915

1016
- Better Unicode support.
1117
The move from ``unicode_literals`` to explicit prefixes broke some things that are fixed now.
1218
(`#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>`_)
1419

1520

1621
2.0.0 (2014-08-14)

0 commit comments

Comments
 (0)