summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2020-06-18 07:45:08 +1000
committerBrian May <brian@linuxpenguins.xyz>2020-06-18 07:45:08 +1000
commit8c91958ff3805dbdef9b659061a0de25ba4b34f8 (patch)
treeaf8d73e641866c8c5a7edcad4787973c99d63dd8
parentd2f751f0d3fdd519c95a0bb8ef18d274e250bf1b (diff)
Prepare to release 1.0.2v1.0.2
-rw-r--r--CHANGES.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 97af918..ab680f6 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -9,6 +9,17 @@ adheres to `Semantic Versioning`_.
.. _`Semantic Versioning`: http://semver.org/
+1.0.2 - 2020-06-18
+------------------
+
+Fixed
+~~~~~
+* Leave use of default port to ssh command.
+* Remove unwanted references to Python 2.7 in docs.
+* Replace usage of deprecated imp.
+* Fix connection with @ sign in username.
+
+
1.0.1 - 2020-06-05
------------------