Skip to content

Commit 31b8154

Browse files
authored
πŸš€ RELEASE: v0.1.8 #40
πŸš€ RELEASE: v0.1.8
2 parents 74e19de + 7cb6081 commit 31b8154

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

β€ŽCHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 0.1.8 - 2021-02-22
4+
5+
Included packages for handling maths, plots and outputs. Taken from the following [conf.py](https://github.com/QuantEcon/lecture-python/blob/b37408c7b5aeb3875767949c6449113bcd4b1702/conf.py)
6+
37
## 0.1.7 - 2021-02-11
48

59
This release introduces `unicode-math` for handling math characters.

β€Žjupyterbook_latex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
from docutils import nodes as docnodes
2424

25-
__version__ = "0.1.7"
25+
__version__ = "0.1.8"
2626
"""jupyterbook-latex version"""
2727

2828
logger = logging.getLogger(__name__)

0 commit comments

Comments
Β (0)