Skip to content

Commit

Permalink
Release 0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Nov 13, 2022
1 parent d11de71 commit 30dd972
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.8.10 -- 2022-11-13 -- PyPI__ -- diff__
* Fix handling of ``source_suffix``
* A few LaTeX fixes

__ https://pypi.org/project/nbsphinx/0.8.10/
__ https://github.com/spatialaudio/nbsphinx/compare/0.8.9...0.8.10

Version 0.8.9 -- 2022-06-04 -- PyPI__ -- diff__
* CSS: support tables in widgets
* Avoid empty "raw" directive
Expand Down
4 changes: 2 additions & 2 deletions src/nbsphinx.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2015-2021 Matthias Geier
# Copyright (c) 2015-2022 Matthias Geier
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand All @@ -23,7 +23,7 @@
https://nbsphinx.readthedocs.io/
"""
__version__ = '0.8.9'
__version__ = '0.8.10'

import collections.abc
import copy
Expand Down

0 comments on commit 30dd972

Please sign in to comment.