Skip to content

Commit

Permalink
Bump version to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Mar 27, 2020
1 parent 90a9133 commit 32a3945
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
13 changes: 13 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,19 @@ Revision history

.. towncrier release notes start
Sphinxcontrib_Trio 1.1.1 (2020-03-26)
+++++++++++++++++++++++++++++++++++++

Bugfixes
~~~~~~~~

- When using autodoc to document a class that has inherited members, we
now correctly auto-detect the async-ness and other properties of those
inherited methods. (`#19 <https://github.com/python-trio/sphinxcontrib-trio/issues/19>`__)
- Recent versions of Sphinx deprecated its ``PyModulelevel`` class.
We've adjusted sphinxcontrib-trio's internals to stop using it. (`#138 <https://github.com/python-trio/sphinxcontrib-trio/issues/138>`__)


Sphinxcontrib_Trio 1.1.0 (2019-06-03)
+++++++++++++++++++++++++++++++++++++

Expand Down
2 changes: 0 additions & 2 deletions newsfragments/138.bugfix.rst

This file was deleted.

3 changes: 0 additions & 3 deletions newsfragments/19.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion sphinxcontrib_trio/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0+dev"
__version__ = "1.1.1"

0 comments on commit 32a3945

Please sign in to comment.