Skip to content
Snippets Groups Projects
Unverified Commit 60d79c79 authored by Chris Holdgraf's avatar Chris Holdgraf Committed by GitHub
Browse files

RELEASE: v0.12.3 (#1682)

parent 89742c60
No related branches found
Tags v0.12.3
No related merge requests found
......@@ -42,7 +42,7 @@ repos:
- id: isort
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
......
# Change Log
## v0.12.3 - 2022-03-28
([full changelog](https://github.com/executablebooks/jupyter-book/compare/v0.12.2...5e12cb324afca1192f2354689d9d5755329e1c9d))
This is a minor release, primarily to fix a bug where incorrect Jinja version pinning leads to broken builds. It also updates our build system to use `flit` and follow the `pyproject.toml` standard.
Here are the main merged PRs:
- PIN: Jinja < 3.1 [#1678](https://github.com/executablebooks/jupyter-book/pull/1678) ([@choldgraf](https://github.com/choldgraf))
- 🔧 MAINTAIN: Move to flit for PEP 621 package builds [#1645](https://github.com/executablebooks/jupyter-book/pull/1645) ([@choldgraf](https://github.com/choldgraf))
## v0.12.2 - 2022-02-21
This is a minor release that bumps the versions of several dependencies in Jupyter Book (see below for details).
......
"""Build a book with Jupyter Notebooks and Sphinx."""
from pathlib import Path
__version__ = "0.12.2"
__version__ = "0.12.3"
def add_static_files(app, config):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment