From 41e7f45c20180c2659339a0d628a118a5a3a821a Mon Sep 17 00:00:00 2001 From: ibuler Date: Wed, 5 Sep 2018 10:53:12 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20=E4=BF=AE=E6=94=B9=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE.md | 3 ++- README.md | 6 +++--- requirements/requirements.txt | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index baec216a2..c88d7639d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,7 +1,8 @@ [简述你的问题] + ##### 使用版本 -[请提供你使用的Jumpserver版本 0.3.2 或 0.5.0] +[请提供你使用的Jumpserver版本 1.x.x 注: 0.3.x不再提供支持] ##### 问题复现步骤 1. [步骤1] diff --git a/README.md b/README.md index f0bceec9b..ec3be7810 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ ## Jumpserver [![Python3](https://img.shields.io/badge/python-3.6-green.svg?style=plastic)](https://www.python.org/) -[![Django](https://img.shields.io/badge/django-1.11-brightgreen.svg?style=plastic)](https://www.djangoproject.com/) -[![Ansible](https://img.shields.io/badge/ansible-2.2.2.0-blue.svg?style=plastic)](https://www.ansible.com/) -[![Paramiko](https://img.shields.io/badge/paramiko-2.1.2-green.svg?style=plastic)](http://www.paramiko.org/) +[![Django](https://img.shields.io/badge/django-2.1-brightgreen.svg?style=plastic)](https://www.djangoproject.com/) +[![Ansible](https://img.shields.io/badge/ansible-2.4.2.0-blue.svg?style=plastic)](https://www.ansible.com/) +[![Paramiko](https://img.shields.io/badge/paramiko-2.4.1-green.svg?style=plastic)](http://www.paramiko.org/) ---- diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 71f0a844f..81290632a 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -12,7 +12,7 @@ chardet==3.0.4 configparser==3.5.0 coreapi==2.3.3 coreschema==0.0.4 -cryptography==2.1.4 +cryptography==2.3.1 decorator==4.1.2 Django==2.1 django-auth-ldap==1.3.0