Skip to content

Commit

Permalink
Prepare 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Aug 14, 2014
1 parent 80f8411 commit aa089eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc2dash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@


__author__ = 'Hynek Schlawack'
__version__ = '2.0.0-dev'
__version__ = '2.0.0'
__license__ = 'MIT'
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Changelog
=========


2.0.0 (UNRELEASED)
2.0.0 (2014-08-14)
------------------

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

0 comments on commit aa089eb

Please sign in to comment.