diff --git a/.gitignore b/.gitignore index e414f6b..c22e3c6 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,6 @@ .project .pydevproject /.settings/ -.idea/ venv/ +.idea/ build diff --git a/README.rst b/README.rst index 2bb59e8..6e68a1e 100644 --- a/README.rst +++ b/README.rst @@ -29,6 +29,7 @@ Release Notes ============= **Version 0.13 – TBD** * Main version of Python is updated up to 3.7 + * Switch to use python sessions rather than requests by https://github.com/delrey1 **Version 0.12 - 21.06.2019** * Added depth argument in copy method in client.py by https://github.com/JesperHakansson