Skip to content

Commit 3409726

Browse files
author
Andrey Fedoseev
committed
Release 0.9
1 parent fbbf2a7 commit 3409726

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changes
33
=======
44

5-
Dev
5+
0.9
66
===
77

88
- Compiler options are specified with ``STATIC_PRECOMPILER_COMPILERS`` setting.

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ It works with both inline code and external files.
1313
:target: https://gitter.im/andreyfedoseev/django-static-precompiler?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
1414
:alt: Gitter
1515

16+
.. image:: https://readthedocs.org/projects/django-static-precompiler/badge/
17+
:target: http://django-static-precompiler.readthedocs.org/
18+
:alt: Documentation
19+
1620
Installation
1721
============
1822

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def read(fname):
3636
setup(
3737
name="django-static-precompiler",
3838
packages=find_packages(),
39-
version="0.8",
39+
version="0.9",
4040
author="Andrey Fedoseev",
4141
author_email="andrey.fedoseev@gmail.com",
4242
url="https://github.com/andreyfedoseev/django-static-precompiler",

0 commit comments

Comments
 (0)