Skip to content

Commit 03736be

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

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
@@ -9,6 +9,10 @@ It works with both inline code and external files.
99
:target: https://travis-ci.org/andreyfedoseev/django-static-precompiler
1010
:alt: Build Status
1111

12+
.. image:: https://readthedocs.org/projects/django-static-precompiler/badge/
13+
:target: http://django-static-precompiler.readthedocs.org/
14+
:alt: Documentation
15+
1216
.. image:: https://badges.gitter.im/Join Chat.svg
1317
:target: https://gitter.im/andreyfedoseev/django-static-precompiler?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
1418
:alt: Gitter

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="[email protected]",
4242
url="https://github.com/andreyfedoseev/django-static-precompiler",

0 commit comments

Comments
 (0)