Skip to content

Commit e959770

Browse files
committed
Added fontawesome
1 parent 7ac611f commit e959770

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ You can add your own library as a dict into the config. Please submit your confi
8585

8686
# Future features
8787

88-
* own folder in static
8988
* templates for include in header and footer
9089
* add more libraries for downloading
9190
* new command: list of all libraries

django_auto_static_libs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Version code adopted from Django development version.
44
https://github.com/django/django
55
"""
6-
VERSION = (0, 4,2, 'final', 0)
6+
VERSION = (0, 4,3, 'final', 0)
77

88
def get_version(version=None):
99
"""

0 commit comments

Comments
 (0)