File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
Changes
3
3
=======
4
4
5
- Dev
5
+ 0.9
6
6
===
7
7
8
8
- Compiler options are specified with ``STATIC_PRECOMPILER_COMPILERS `` setting.
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ It works with both inline code and external files.
9
9
:target: https://travis-ci.org/andreyfedoseev/django-static-precompiler
10
10
:alt: Build Status
11
11
12
+ .. image :: https://readthedocs.org/projects/django-static-precompiler/badge/
13
+ :target: http://django-static-precompiler.readthedocs.org/
14
+ :alt: Documentation
15
+
12
16
.. image :: https://badges.gitter.im/Join Chat.svg
13
17
:target: https://gitter.im/andreyfedoseev/django-static-precompiler?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
14
18
:alt: Gitter
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def read(fname):
36
36
setup (
37
37
name = "django-static-precompiler" ,
38
38
packages = find_packages (),
39
- version = "0.8 " ,
39
+ version = "0.9 " ,
40
40
author = "Andrey Fedoseev" ,
41
41
42
42
url = "https://github.com/andreyfedoseev/django-static-precompiler" ,
You can’t perform that action at this time.
0 commit comments