Skip to content

Commit f834b43

Browse files
committed
v0.10.3
1 parent 9f70723 commit f834b43

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
# v0.10.3 (2023-01-19)
5+
6+
* Fixed bug in Pandoc version checking for Pandoc 3.0 compatibility.
7+
8+
9+
410
# v0.10.2 (2022-08-30)
511

612
* Sessions that result in errors are now re-executed during subsequent builds

codebraid/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22

33
from .fmtversion import get_version_plus_info
4-
__version__, __version_info__ = get_version_plus_info(0, 10, 2, 'final', 0)
4+
__version__, __version_info__ = get_version_plus_info(0, 10, 3, 'final', 0)

0 commit comments

Comments
 (0)