Skip to content

Commit c2cbef6

Browse files
committed
bump to 1.0
1 parent 627b801 commit c2cbef6

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGES.rst

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
Changelog
22
=========
33

4-
Changes in 1.0a1 (2016-05-08)
5-
-----------------------------
4+
Changes in 1.0 (2018-01-22)
5+
---------------------------
66

7-
* Use new icons, from www.flaticon.com
7+
* Added Django 2.0 support.
8+
* Use new icons from www.flaticon.com
89

910
**Backwards incompatible:** The icon defaults have changed to use flat icons.
1011
Please review and update your ``FLUENT_DASHBOARD_APP_ICONS`` settings.
1112
To keep using the old icon theme, add ``FLUENT_DASHBOARD_ICON_THEME = 'oxygen'`` to your settings.
1213

1314

15+
Released as 1.0a1 (2016-05-08)
16+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17+
18+
* Use new icons from www.flaticon.com
19+
20+
1421
Changes in version 0.6.1 (2016-01-21)
1522
-------------------------------------
1623

fluent_dashboard/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# following PEP 440
2-
__version__ = "1.0a1"
2+
__version__ = "1.0"

0 commit comments

Comments
 (0)