Skip to content

Commit

Permalink
Prepare 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Mar 14, 2016
1 parent 9034d6d commit 9b3cd71
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog
=========


2.1.0 (UNRELEASED)
2.1.0 (2016-03-14)
------------------

- Remove legacy Sphinx parsing.
Expand Down
3 changes: 1 addition & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ Here are a few guidelines to get you started:

Please note that this project is released with a Contributor `Code of Conduct`_.
By participating in this project you agree to abide by its terms.
Please report any harm to `Hynek Schlawack <me>`_ in any way you find appropriate.
Please report any harm to `Hynek Schlawack <https://hynek.me/about/>`_ in any way you find appropriate.

Thank you for considering to contribute to ``doc2dash``!


.. _me: https://hynek.me/about/
.. _`PEP 8`: https://www.python.org/dev/peps/pep-0008/
.. _`PEP 257`: https://www.python.org/dev/peps/pep-0257/
.. _`good test docstrings`: https://jml.io/pages/test-docstrings.html
Expand Down
2 changes: 1 addition & 1 deletion docs/license.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
License and Hall of Fame
========================

``doc2dash`` is licensed under the permissive `MIT <http://choosealicense.com/licenses/mit/>`_ license.
``doc2dash`` is licensed under the `MIT <http://choosealicense.com/licenses/mit/>`_ license.
The full license text can be also found in the `source code repository <https://github.com/hynek/doc2dash/blob/master/LICENSE>`_.

.. _authors:
Expand Down
2 changes: 1 addition & 1 deletion src/doc2dash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from __future__ import absolute_import, division, print_function

__version__ = "2.1.0.dev0"
__version__ = "2.1.0"


__title__ = "doc2dash"
Expand Down

0 comments on commit 9b3cd71

Please sign in to comment.