Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoore committed Jun 4, 2022
1 parent e26b598 commit b6607ea
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.7.0 (dev)
## v0.7.0 (2022-06-04)

* Added `--only-code-output` option, which writes code output in JSON Lines
format to stdout as soon as it is available, and does not create a document.
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, 7, 0, 'dev', 4)
__version__, __version_info__ = get_version_plus_info(0, 7, 0, 'final', 0)

0 comments on commit b6607ea

Please sign in to comment.