Skip to content

Commit

Permalink
MAINT: Bump to 0.11.1 (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Aug 19, 2022
1 parent f4a283a commit 2829315
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log
==========

v0.12.0
v0.11.1
-------

Support for Sphinx < 3 dropped in this release. Requirement is Sphinx >= 3.
Expand All @@ -10,6 +10,10 @@ Support for Sphinx < 3 dropped in this release. Requirement is Sphinx >= 3.

- BUG: Fix single column example `#993 <https://github.com/sphinx-gallery/sphinx-gallery/pull/993>`__ (`larsoner <https://github.com/larsoner>`__)

**Implemented enhancements:**

- Use Mock more in tests `#986 <https://github.com/sphinx-gallery/sphinx-gallery/pull/986>`__ (`QuLogic <https://github.com/QuLogic>`__)
- Remove old sphinx compatibility code `#985 <https://github.com/sphinx-gallery/sphinx-gallery/pull/985>`__ (`QuLogic <https://github.com/QuLogic>`__)

v0.11.0
-------
Expand Down
2 changes: 1 addition & 1 deletion sphinx_gallery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import os
# dev versions should have "dev" in them, stable should not.
# doc/conf.py makes use of this to set the version drop-down.
__version__ = '0.12.0.dev0'
__version__ = '0.11.1'


def glr_path_static():
Expand Down

0 comments on commit 2829315

Please sign in to comment.