From 303c95300f9b00fdb952c489eccc4b51b93ce558 Mon Sep 17 00:00:00 2001 From: DeanWu Date: Wed, 16 Jan 2019 12:07:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- README_CN.md | 6 +++--- setup.py | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 621a7d1..22ecbf8 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ # django-mdeditor -[![ENV](https://img.shields.io/badge/release-v0.1.9-blue.svg)](https://github.com/pylixm/django-mdeditor) -[![ENV](https://img.shields.io/badge/Chinese-v0.1.9-blue.svg)](./README_CN.md) -[![ENV](https://img.shields.io/badge/Gitter-v0.1.9-blue.svg)](https://gitter.im/django-mdeditor/Lobby) +[![ENV](https://img.shields.io/badge/release-v0.1.10-blue.svg)](https://github.com/pylixm/django-mdeditor) +[![ENV](https://img.shields.io/badge/Chinese-v0.1.10-blue.svg)](./README_CN.md) +[![ENV](https://img.shields.io/badge/Gitter-v0.1.10-blue.svg)](https://gitter.im/django-mdeditor/Lobby) [![ENV](https://img.shields.io/badge/python-2.x/3.x-green.svg)](https://github.com/pylixm/django-mdeditor) [![ENV](https://img.shields.io/badge/django-1.7+-green.svg)](https://github.com/pylixm/django-mdeditor) [![LICENSE](https://img.shields.io/badge/license-GPL3.0-green.svg)](https://github.com/pylixm/django-mdeditor/master/LICENSE.txt) diff --git a/README_CN.md b/README_CN.md index e7a4f1b..5c4460b 100644 --- a/README_CN.md +++ b/README_CN.md @@ -2,9 +2,9 @@ # django-mdeditor -[![ENV](https://img.shields.io/badge/release-v0.1.9-blue.svg)](https://github.com/pylixm/django-mdeditor) -[![ENV](https://img.shields.io/badge/中文文档-v0.1.9-blue.svg)](./README_CN.md) -[![ENV](https://img.shields.io/badge/gitter-v0.1.9-blue.svg)](https://gitter.im/django-mdeditor/Lobby) +[![ENV](https://img.shields.io/badge/release-v0.1.10-blue.svg)](https://github.com/pylixm/django-mdeditor) +[![ENV](https://img.shields.io/badge/中文文档-v0.1.10-blue.svg)](./README_CN.md) +[![ENV](https://img.shields.io/badge/gitter-v0.1.10-blue.svg)](https://gitter.im/django-mdeditor/Lobby) [![ENV](https://img.shields.io/badge/python-2.x/3.x-green.svg)](https://github.com/pylixm/django-mdeditor) [![ENV](https://img.shields.io/badge/django-1.7+-green.svg)](https://github.com/pylixm/django-mdeditor) [![LICENSE](https://img.shields.io/badge/license-GPL3.0-green.svg)](https://github.com/pylixm/django-mdeditor/master/LICENSE.txt) diff --git a/setup.py b/setup.py index 91d7b78..4cef1f5 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='django-mdeditor', - version='0.1.9', + version='0.1.10', packages=find_packages(exclude=['mdeditor_demo', 'mdeditor_demo_app.*', 'mdeditor_demo_app']), include_package_data=True, license='GPL-3.0 License',