8000 patch (#747) · sphinx-gallery/sphinx-gallery@eae62dd · GitHub
[go: up one dir, main page]

Skip to content

Commit eae62dd

Browse files
authored
patch (#747)
1 parent 7bac6f5 commit eae62dd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGES.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Change Log
22
==========
33

4+
v0.8.1
5+
------
6+
7+
Fix Binder logo image file for Windows paths.
8+
9+
**Fixed bugs:**
10+
11+
- sphinx_gallery/tests/test_full.py::test_binder_logo_exists fails (path is clearly wrong) `#746 <https://github.com/sphinx-gallery/sphinx-gallery/issues/746>`__
12+
- BUG Windows relative path error with \_static Binder logo `#744 <https://github.com/sphinx-gallery/sphinx-gallery/issues/744>`__
13+
- BUG Copy Binder logo to avoid Window drive rel path error `#745 <https://github.com/sphinx-gallery/sphinx-gallery/pull/745>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
14+
15+
**Merged pull requests:**
16+
17+
- DOC Add link to cross referencing example `#743 <https://github.com/sphinx-gallery/sphinx-gallery/pull/743>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
18+
419
v0.8.0
520
------
621

sphinx_gallery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import os
77
# dev versions should have "dev" in them, stable should not.
88
# doc/conf.py makes use of this to set the version drop-down.
9-
__version__ = '0.9.0.dev0'
9+
__version__ = '0.8.1'
1010

1111

1212
def glr_path_static():

0 commit comments

Comments
 (0)
0