Skip to content

Commit

Permalink
bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iromli committed Jul 17, 2020
1 parent 54790a2 commit 5b95254
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

## Version 2.0.0

Released on July 18th, 2020.

* Support for Python 3.6 and above.
* Dropped support for Python 2.
* Added meta clients to interact with Docker and Kubernetes API.
* Added support for cryptography library as a drop-in replacement for pyDes.
* Deprecated pyDes-based encode/decode text utilities (preserved as backward-compat only).
* Added RClone client to interact with Jackrabbit WebDAV.
* Added support for Gluu Server v4.2.
* Added internal docs based on sphinx.

## Version 1.1.0

Released on May 11th, 2020.

* Removed unused Couchbase config and/or secret.
* Added environment variables for Couchbase connection timeout, connection max wait, and scan consistency.

## Version 1.0.0

Released on November 20th, 2019.
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.0.0b1"
__version__ = "2.0.0"

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

0 comments on commit 5b95254

Please sign in to comment.