From 81729f57ccd119fa77828da98bbac189b66900cd Mon Sep 17 00:00:00 2001 From: Dylan Corriveau Date: Sun, 13 Oct 2019 16:00:04 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ecb665..d3d75ae 100644 --- a/README.md +++ b/README.md @@ -132,4 +132,4 @@ Camelot uses [Semantic Versioning](https://semver.org/). For the available versi This project is licensed under the MIT License, see the [LICENSE](https://github.com/camelot-dev/camelot/blob/master/LICENSE) file for details. - + From a6d32ecddbfd9a3345c3956c8c89ff4eeb0de19c Mon Sep 17 00:00:00 2001 From: Kishore Vancheeshwaran <24776049+kishvanchee@users.noreply.github.com> Date: Mon, 14 Oct 2019 12:52:51 +0530 Subject: [PATCH 2/3] added 3.7 version to installation docs --- docs/user/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/install.rst b/docs/user/install.rst index eb328f3..b3d4813 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -13,7 +13,7 @@ The easiest way to install Camelot is to install it with `conda`_, which is a pa $ conda install -c conda-forge camelot-py -.. note:: Camelot is available for Python 2.7, 3.5 and 3.6 on Linux, macOS and Windows. For Windows, you will need to install ghostscript which you can get from their `downloads page`_. +.. note:: Camelot is available for Python 2.7, 3.5, 3.6 and 3.7 on Linux, macOS and Windows. For Windows, you will need to install ghostscript which you can get from their `downloads page`_. .. _conda: https://conda.io/docs/ .. _Anaconda: http://docs.continuum.io/anaconda/ From 78e5dd1f4e1e85417810c7f9ad3f7df055699403 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Mon, 14 Oct 2019 23:55:51 +0530 Subject: [PATCH 3/3] Fix #56 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d3d75ae..90b5b83 100644 --- a/README.md +++ b/README.md @@ -131,5 +131,3 @@ Camelot uses [Semantic Versioning](https://semver.org/). For the available versi ## License This project is licensed under the MIT License, see the [LICENSE](https://github.com/camelot-dev/camelot/blob/master/LICENSE) file for details. - -