Skip to content

Commit 110940a

Browse files
committed
v0.8.0
1 parent d9d8f0e commit 110940a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.8.0 (dev)
4+
## v0.8.0 (2022-06-11)
55

66
* Improved process for setting the default Python executable used by the
77
built-in code execution system. For `.python` code chunks in a session that

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

0 commit comments

Comments
 (0)