File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 1.0 (2016-12-30)
5
+ -------------------------
6
+
7
+ * Added Python 3 support.
8
+ * Added Django 1.10 support.
9
+ * Fixed migration dependency on optional django-taggit-autosuggest _ package.
10
+ * Fixed HTML code in ``FaqPage `` actions column.
11
+
12
+
4
13
Version 0.9.2 (2016-02-06)
5
14
--------------------------
6
15
Original file line number Diff line number Diff line change 1
1
# following PEP 440
2
- __version__ = "0.9.2 "
2
+ __version__ = "1.0 "
Original file line number Diff line number Diff line change @@ -74,8 +74,16 @@ def find_version(*parts):
74
74
'Programming Language :: Python' ,
75
75
'Programming Language :: Python :: 2.6' ,
76
76
'Programming Language :: Python :: 2.7' ,
77
+ 'Programming Language :: Python :: 3' ,
77
78
'Programming Language :: Python :: 3.3' ,
78
79
'Programming Language :: Python :: 3.4' ,
80
+ 'Framework :: Django' ,
81
+ 'Framework :: Django :: 1.5' ,
82
+ 'Framework :: Django :: 1.6' ,
83
+ 'Framework :: Django :: 1.7' ,
84
+ 'Framework :: Django :: 1.8' ,
85
+ 'Framework :: Django :: 1.9' ,
86
+ 'Framework :: Django :: 1.10' ,
79
87
'Topic :: Internet :: WWW/HTTP' ,
80
88
'Topic :: Internet :: WWW/HTTP :: Dynamic Content' ,
81
89
'Topic :: Software Development :: Libraries :: Python Modules' ,
You can’t perform that action at this time.
0 commit comments