Skip to content

Commit 9b3cd71

Browse files
committed
Prepare 2.1.0
1 parent 9034d6d commit 9b3cd71

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

CONTRIBUTING.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ Here are a few guidelines to get you started:
2424

2525
Please note that this project is released with a Contributor `Code of Conduct`_.
2626
By 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

2929
Thank 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

docs/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
License 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.
55
The full license text can be also found in the `source code repository <https://github.com/hynek/doc2dash/blob/master/LICENSE>`_.
66

77
.. _authors:

src/doc2dash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import absolute_import, division, print_function
66

7-
__version__ = "2.1.0.dev0"
7+
__version__ = "2.1.0"
88

99

1010
__title__ = "doc2dash"

0 commit comments

Comments
 (0)