Skip to content

Commit e8e1eae

Browse files
committed
CHANGES: Fix glitch that broke docutils/sphinx-issues
docutils 0.14 Sphinx 2.0.1 sphinx-issues 1.2.0 Exception occurred: File "~/.local/share/virtualenvs/tmuxp-UhdS5n5p/lib/python3.7/site-packages/docutils/nodes.py", line 93, in setup_child child.parent = self AttributeError: 'NoneType' object has no attribute 'parent' Source: 1.0.0-rc1 <2016-05-25> ---------------------- - version jump 0.11.1 to 1.0 - :issue:`0` tests moved to py.test framework - :issue:`0` `libtmux`_ core split into its own project .. _libtmux: https://github.com/tmux-python/libtmux
1 parent a03514e commit e8e1eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ Here you can find the recent changes to tmuxp
183183
1.0.0-rc1 <2016-05-25>
184184
----------------------
185185
- version jump 0.11.1 to 1.0
186-
- :issue:`0` tests moved to py.test framework
187-
- :issue:`0` `libtmux`_ core split into its own project
186+
- tests moved to py.test framework
187+
- `libtmux`_ core split into its own project
188188
- :issue:`145` Add new-window command functionality, @ikirudennis
189189
- :issue:`146` Optionally disable shell history suppression, @kmactavish
190190
- :issue:`147` Patching unittest timing for shell history suppression

0 commit comments

Comments
 (0)