From d4a0b099165ddab338fc373cc298d55add18f451 Mon Sep 17 00:00:00 2001 From: Ag Stephens Date: Mon, 19 Mar 2018 09:55:35 +0000 Subject: [PATCH] Added release notes for v0.2.1 --- docs/releases.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/releases.rst b/docs/releases.rst index 4b016e9..e4f1a4e 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -1,6 +1,16 @@ Release Notes ============= +Release 0.2.1 +------------- + +This release includes the following features: + + - The library now supports **Python 3**. + - `verify` option in `LogonManager` has been added. + - Works with Python 3 version of `MyProxyClient`. + - Testing structure with `pytest` has been improved. + Release 0.1.8 -------------