File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Changelog
44=========
55
66
7- 2.1.0 (UNRELEASED )
7+ 2.1.0 (2016-03-14 )
88------------------
99
1010- Remove legacy Sphinx parsing.
Original file line number Diff line number Diff line change @@ -24,12 +24,11 @@ Here are a few guidelines to get you started:
2424
2525Please note that this project is released with a Contributor `Code of Conduct `_.
2626By participating in this project you agree to abide by its terms.
27- Please report any harm to `Hynek Schlawack <me >`_ in any way you find appropriate.
27+ Please report any harm to `Hynek Schlawack <https://hynek.me/about/ >`_ in any way you find appropriate.
2828
2929Thank you for considering to contribute to ``doc2dash ``!
3030
3131
32- .. _me : https://hynek.me/about/
3332.. _`PEP 8` : https://www.python.org/dev/peps/pep-0008/
3433.. _`PEP 257` : https://www.python.org/dev/peps/pep-0257/
3534.. _`good test docstrings` : https://jml.io/pages/test-docstrings.html
Original file line number Diff line number Diff line change 11License and Hall of Fame
22========================
33
4- ``doc2dash `` is licensed under the permissive `MIT <http://choosealicense.com/licenses/mit/ >`_ license.
4+ ``doc2dash `` is licensed under the `MIT <http://choosealicense.com/licenses/mit/ >`_ license.
55The full license text can be also found in the `source code repository <https://github.com/hynek/doc2dash/blob/master/LICENSE >`_.
66
77.. _authors :
Original file line number Diff line number Diff line change 44
55from __future__ import absolute_import , division , print_function
66
7- __version__ = "2.1.0.dev0 "
7+ __version__ = "2.1.0"
88
99
1010__title__ = "doc2dash"
You can’t perform that action at this time.
0 commit comments