Skip to content

Commit 01c209d

Browse files
committed
v0.10.2
1 parent 6d321f3 commit 01c209d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22

33

4-
# v0.10.2 (dev)
4+
# v0.10.2 (2022-08-30)
55

66
* Sessions that result in errors are now re-executed during subsequent builds
77
regardless of whether the session code is modified. Previously,

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, 'dev', 3)
4+
__version__, __version_info__ = get_version_plus_info(0, 10, 2, 'final', 0)

0 commit comments

Comments
 (0)