Skip to content

Commit 3ed5ae4

Browse files
committed
Bump to 1.0
1 parent e999a4d commit 3ed5ae4

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

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+
413
Version 0.9.2 (2016-02-06)
514
--------------------------
615

fluent_faq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# following PEP 440
2-
__version__ = "0.9.2"
2+
__version__ = "1.0"

setup.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,16 @@ def find_version(*parts):
7474
'Programming Language :: Python',
7575
'Programming Language :: Python :: 2.6',
7676
'Programming Language :: Python :: 2.7',
77+
'Programming Language :: Python :: 3',
7778
'Programming Language :: Python :: 3.3',
7879
'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',
7987
'Topic :: Internet :: WWW/HTTP',
8088
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
8189
'Topic :: Software Development :: Libraries :: Python Modules',

0 commit comments

Comments
 (0)