Skip to content

Commit

Permalink
build: mark for 0.12.0 relase
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Jun 21, 2023
1 parent 374afab commit 22aa683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.12.0 (2022/05/xx)
v0.12.0 (2022/06/21)
Highlights:
- New CLI feature for developing and testing data plugins https://github.com/newgene/biothings.api/pull/56
- New Docker Dumper based data plugins https://github.com/newgene/biothings.api/pull/83
Expand Down
2 changes: 1 addition & 1 deletion biothings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class _version_info(NamedTuple):
micro: int


version_info = _version_info(0, 12, "0b1")
version_info = _version_info(0, 12, "0")
__version__ = ".".join(map(str, version_info))


Expand Down

0 comments on commit 22aa683

Please sign in to comment.