浏览代码

Merge branch 'dev'

Denis K 9 年之前
父节点
当前提交
0e25bccdb0
共有 3 个文件被更改,包括 8 次插入2 次删除
  1. 5 0
      CHANGELOG.rst
  2. 2 1
      README.rst
  3. 1 1
      jet/__init__.py

+ 5 - 0
CHANGELOG.rst

@@ -1,6 +1,11 @@
 Changelog
 =========
 
+0.0.8
+-----
+* Change license to GPLv2
+
+
 0.0.7
 -----
 * [Feature] Added Google Analytics visitors totals dashboard widget

+ 2 - 1
README.rst

@@ -7,7 +7,8 @@ Django JET
 
 **Modern template for Django admin interface with improved functionality**
 
-Free for non-commercial use. If you would like to use it in commercial project, please email at support@jet.geex-arts.com
+Django JET is double licensed. Free for non-commercial use under the GPLv2 license.
+If you would like to use it in commercial project, please email at support@jet.geex-arts.com
 
 .. image:: https://raw.githubusercontent.com/geex-arts/jet/static/logo.png
     :width: 500px

+ 1 - 1
jet/__init__.py

@@ -1 +1 @@
-VERSION = '0.0.7'
+VERSION = '0.0.8'