Skip to content

Commit

Permalink
πŸš€ RELEASE: v0.4.5 #86
Browse files Browse the repository at this point in the history
  • Loading branch information
AakashGfude committed Oct 19, 2021
1 parent dea060d commit 0110ca8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.4.5 - 2021-10-20

### πŸ‘Œ IMPROVE

- Added some macros in class file to better support math intensive lectures.

## 0.4.4 - 2021-10-06

### πŸ› FIX
Expand Down
2 changes: 1 addition & 1 deletion sphinx_jupyterbook_latex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
if TYPE_CHECKING:
from sphinx.application import Sphinx

__version__ = "0.4.4"
__version__ = "0.4.5"
"""sphinx-jupyterbook-latex version"""


Expand Down

0 comments on commit 0110ca8

Please sign in to comment.