Skip to content

Commit

Permalink
Release 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
apmorton committed Nov 28, 2022
1 parent 26a78d9 commit 222d599
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ozy release notes

## 0.0.14
* Add support for ozy self-update

## 0.0.13
* changed CondaInstaller to work with micromamba
* added empty `__init__.py` files in test directory tree to appease vscode
Expand Down
2 changes: 1 addition & 1 deletion ozy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.13'
__version__ = '0.0.14'
import logging

_LOGGER = logging.getLogger(__name__)
Expand Down

0 comments on commit 222d599

Please sign in to comment.