Skip to content

Commit 21ef939

Browse files
committed
v0.5.0
1 parent 8d0fa3d commit 21ef939

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

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

3-
## v0.5.0 (dev)
3+
## v0.5.0 (2021-02-28)
44

55
* The built-in code execution system now uses PATH to locate executables under
66
Windows. Previously PATH was ignored under Windows due to the
@@ -24,7 +24,7 @@
2424
`code` module. Added `cb.repl` command.
2525
* Synchronization of code with source line numbers is now simpler and more
2626
robust to prevent `StopIteration` errors (#36).
27-
* Check for compatible Pandoc version now works correctly with Pandoc 2.10.
27+
* Check for compatible Pandoc version now works correctly with Pandoc 2.10+.
2828
* Added `live_output` option for the first code chunk in a session. This
2929
shows code output (stdout and stderr) live in the terminal during code
3030
execution (#21).

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

0 commit comments

Comments
 (0)