Skip to content

Commit aa089eb

Browse files
committed
Prepare 2.0.0 release
1 parent 80f8411 commit aa089eb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.0-dev'
9+
__version__ = '2.0.0'
1010
__license__ = 'MIT'

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Changelog
44
=========
55

66

7-
2.0.0 (UNRELEASED)
7+
2.0.0 (2014-08-14)
88
------------------
99

1010
- Added a new parser for Sphinx documentation that uses `intersphinx <http://sphinx-doc.org/latest/ext/intersphinx.html>`_ files that are machine readable.
1111
That should lead to more reliable parsing and a better deduction of symbol types.
1212
(`#28 <https://github.com/hynek/doc2dash/issues/28>`_)
1313
- Added Sphinx-based documentation.
14-
- Added colors and styles to make output more comprehensible.
14+
- Added colors, styles, and a progress bar to make output more comprehensible.
1515
- ``setup.py test`` works now.
1616
- Internally quite a few changes happened.
1717
Most prominently tuples and namedtuples have been replaced by real classes and parsers don't inherit from anything anymore.

0 commit comments

Comments
 (0)