Skip to content

Commit

Permalink
Release engineering for v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Feb 6, 2018
1 parent 400b14d commit 5fbacc0
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def setup(app):
app.add_stylesheet("hack.css")

intersphinx_mapping = {
#"sphinx": ("http://www.sphinx-doc.org/en/stable/", None),
#"python": ('https://docs.python.org/3', None),
"sphinx": ("http://www.sphinx-doc.org/en/stable/", None),
"python": ('https://docs.python.org/3', None),
}

html_sidebars = {
Expand Down
23 changes: 19 additions & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,23 @@ Revision history

.. towncrier release notes start
v1.0.0 (2017-05-12)
+++++++++++++++++++
sphinxcontrib-trio 1.0.1 (2018-02-06)
+++++++++++++++++++++++++++++++++++++

Bugfixes
~~~~~~~~

- Fix an obscure incompatibility with the :mod:`sphinx.ext.autosummary`
module's ``autosummary_generate = True`` setting. (`#8
<https://github.com/python-trio/sphinxcontrib-trio/issues/8>`__)
- Previously, sphinxcontrib-trio had to be listed after sphinx.ext.autodoc in
your extensions configuration, or else sphinx would error out. Now
sphinxcontrib-trio automatically loads sphinx.ext.autodoc as needed. (`#9
<https://github.com/python-trio/sphinxcontrib-trio/issues/9>`__)


sphinxcontrib-trio v1.0.0 (2017-05-12)
++++++++++++++++++++++++++++++++++++++

Added autodetection heuristics for context managers.

Expand All @@ -309,7 +324,7 @@ anyway.
Added a test suite, and fixed many bugs... but I repeat myself.


v0.9.0 (2017-05-11)
+++++++++++++++++++
sphinxcontrib-trio v0.9.0 (2017-05-11)
++++++++++++++++++++++++++++++++++++++

Initial release.
2 changes: 0 additions & 2 deletions newsfragments/8.bugfix.rst

This file was deleted.

4 changes: 0 additions & 4 deletions newsfragments/9.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# customize this)
# - At release time after bumping version number, run: towncrier
# (or towncrier --draft)
package = "trio"
package = "sphinxcontrib-trio"
filename = "docs/source/index.rst"
directory = "newsfragments"
underlines = ["+", "~", "^"]
Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib_trio/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0+dev"
__version__ = "1.0.1"

0 comments on commit 5fbacc0

Please sign in to comment.