Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoore committed Jul 11, 2022
1 parent 8021066 commit e1d9823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log


# v0.10.0 (dev)
# v0.10.0 (2022-07-11)

* Added support for specifying document-wide settings in the YAML metadata.
Codebraid settings must be under either a `codebraid` or `codebraid_` key in
Expand Down
2 changes: 1 addition & 1 deletion codebraid/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-

from .fmtversion import get_version_plus_info
__version__, __version_info__ = get_version_plus_info(0, 10, 0, 'dev', 6)
__version__, __version_info__ = get_version_plus_info(0, 10, 0, 'final', 0)

0 comments on commit e1d9823

Please sign in to comment.