Skip to content

Commit

Permalink
build: 🏗️ mark for 0.12.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Jul 17, 2023
1 parent 7e9583e commit 2c23e0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.12.2 (2022/07/17)
Bugfixes:
- 7e9583ec Fix dict default vals to work with dicts. (#292)
- 77c577cc Break Circular Dependency (#291)
- 7044abba Set plugin name to the folder name for Advanced plugins. (#290)

v0.12.1 (2022/07/05)
Bugfixes:
- biothings.cli: fixed "logger is not defined" error when typer is not installed
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, "1")
version_info = _version_info(0, 12, "2")
__version__ = ".".join(map(str, version_info))


Expand Down

0 comments on commit 2c23e0d

Please sign in to comment.