Browse Source

Merge branch 'dev'

Denis K 9 years ago
parent
commit
0e25bccdb0
3 changed files with 8 additions and 2 deletions
  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'