Skip to content

Commit

Permalink
Hotfix for issue #111.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Feb 23, 2017
1 parent 9736724 commit 2599a3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
0.3.6 (in development)
----------------------
0.3.6 (23 February 2017)
------------------------

* Real fix for issue #111 (again reported by jamesjer).

0.3.5 (22 February 2017)
------------------------
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.6a0
0.3.6
2 changes: 1 addition & 1 deletion test/test_latex_refs.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ def test_latex_refs(app, status, warning):
app.builder.build_all()
output = (app.outdir / "test.tex").read_text()
assert re.search(
'\\hyperref\[(\\\\detokenize{)?contents:huygens(})?}\]', output)
'\\hyperref\[(\\\\detokenize{)?contents:huygens(})?\]', output)
assert re.search(
'\\label{(\\\\detokenize{)?contents:huygens(})?}}', output)

0 comments on commit 2599a3b

Please sign in to comment.