Skip to content

Commit e1d9823

Browse files
committed
v0.10.0
1 parent 8021066 commit e1d9823

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.0 (dev)
4+
# v0.10.0 (2022-07-11)
55

66
* Added support for specifying document-wide settings in the YAML metadata.
77
Codebraid settings must be under either a `codebraid` or `codebraid_` key in

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

0 commit comments

Comments
 (0)