Skip to content

Commit

Permalink
chore: bump version to 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iromli committed Jun 7, 2022
1 parent e870cff commit b7e396b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Here you can see an overview of changes between each release.

## Version 2.12.1

Released on June 7th, 2022.

* Fixed unsupported operand type error when running `wait_for_*` functions (https://github.com/GluuFederation/pygluu-containerlib/issues/33).

## Version 2.12.0

Released on May 24th, 2022.
Expand Down
2 changes: 1 addition & 1 deletion pygluu/containerlib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.12.0"
__version__ = "2.12.1"

from pygluu.containerlib.manager import get_manager # noqa: F401
from pygluu.containerlib.wait import wait_for # noqa: F401
Expand Down

0 comments on commit b7e396b

Please sign in to comment.