From baf9f86f308bb93135addae5ada98d87b087b27a Mon Sep 17 00:00:00 2001 From: DeanWu Date: Thu, 19 Dec 2019 12:20:08 +0800 Subject: [PATCH] update version --- README.md | 6 +++--- README_CN.md | 6 +++--- db.sqlite3 | Bin 221184 -> 221184 bytes mdeditor/views.py | 25 ++++++++++++------------- mdeditor_demo_app/templates/forms.html | 2 +- setup.py | 4 +++- 6 files changed, 22 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index d8cf194..dd6b6bd 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ # django-mdeditor -[![ENV](https://img.shields.io/badge/release-v0.1.16-blue.svg)](https://github.com/pylixm/django-mdeditor) -[![ENV](https://img.shields.io/badge/中文-v0.1.16-blue.svg)](./README_CN.md) -[![ENV](https://img.shields.io/badge/Gitter-v0.1.16-blue.svg)](https://gitter.im/django-mdeditor/Lobby) +[![ENV](https://img.shields.io/badge/release-v0.1.17-blue.svg)](https://github.com/pylixm/django-mdeditor) +[![ENV](https://img.shields.io/badge/中文-v0.1.17-blue.svg)](./README_CN.md) +[![ENV](https://img.shields.io/badge/Gitter-v0.1.17-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 cbc52a3..013cc01 100644 --- a/README_CN.md +++ b/README_CN.md @@ -2,9 +2,9 @@ # django-mdeditor -[![ENV](https://img.shields.io/badge/release-v0.1.16-blue.svg)](https://github.com/pylixm/django-mdeditor) -[![ENV](https://img.shields.io/badge/中文文档-v0.1.16-blue.svg)](./README_CN.md) -[![ENV](https://img.shields.io/badge/gitter-v0.1.16-blue.svg)](https://gitter.im/django-mdeditor/Lobby) +[![ENV](https://img.shields.io/badge/release-v0.1.17-blue.svg)](https://github.com/pylixm/django-mdeditor) +[![ENV](https://img.shields.io/badge/中文文档-v0.1.17-blue.svg)](./README_CN.md) +[![ENV](https://img.shields.io/badge/gitter-v0.1.17-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/db.sqlite3 b/db.sqlite3 index 221cae2ecf93663720f390180655d4acf9e07915..268a5bead967dd966a3e6fca5a5bdfd1623d9be0 100644 GIT binary patch delta 359 zcmZoTz}s+ucY-uy=0q81#>|ZgKlIoH_^&Z&GESdZ&M3FJM!zFLgo90hf$tD+3y&K& z2j?k{9(F%Afz6HrKUg)ItT|YHTUZ@43=-3mDv~lXjdD^960?evN((cJl2Z~*lPj}K z(z7flmregCVPv3dV5n7rra9bQrx`U z3|ybNo^oB`I?Scd#m@N&XxSxBQDFf#24P`gQA0yRBQO9m3^%jC+WA$~&`8(N64_jH zb5pbJSMM|G3-EF9-DKeR;QPlviT@7Y&Fumo7?1O*sxbR95^^-h_J98v*%(DQ_&FK) uAMqdNU&7zYpT_Ubuffl`SyAC5pS&EiBcqW4E`M>fYw$B|*WhQq5dZ+9n`MOn delta 194 zcmZoTz}s+ucY-uy>O>i5#?*}oKlIr6`L8i(GESdZ&M3FJM!zFLh@IV!f$tD+3y&K& z2j?k{9(KRYjsh0!oBgJ5^N`}^VrSqs<<{Vq;^yUM;QGw|xcA%n{oSWHS z?ffcgV6JOqu3%tdWeP+VdIrWumSzUquij_W7Z76S`^UiV!S|1U68{~3W&Z8_xtkRg uUhr-I_m7c{QHY&igMt4M|6%?m{H^?H{O diff --git a/setup.py b/setup.py index a5a07ee..2f7ad57 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='django-mdeditor', - version='0.1.16', + version='0.1.17', packages=find_packages(exclude=['mdeditor_demo', 'mdeditor_demo_app.*', 'mdeditor_demo_app']), include_package_data=True, license='GPL-3.0 License', @@ -30,6 +30,7 @@ 'Framework :: Django :: 2.0', 'Framework :: Django :: 2.1', 'Framework :: Django :: 2.2', + 'Framework :: Django :: 3.0', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Operating System :: OS Independent', @@ -40,6 +41,7 @@ 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content' ]