Skip to content

Commit

Permalink
Release 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Fedoseev committed Feb 18, 2015
1 parent fbbf2a7 commit 03736be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changes
=======

Dev
0.9
===

- Compiler options are specified with ``STATIC_PRECOMPILER_COMPILERS`` setting.
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ It works with both inline code and external files.
:target: https://travis-ci.org/andreyfedoseev/django-static-precompiler
:alt: Build Status

.. image:: https://readthedocs.org/projects/django-static-precompiler/badge/
:target: http://django-static-precompiler.readthedocs.org/
:alt: Documentation

.. image:: https://badges.gitter.im/Join Chat.svg
:target: https://gitter.im/andreyfedoseev/django-static-precompiler?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
:alt: Gitter
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def read(fname):
setup(
name="django-static-precompiler",
packages=find_packages(),
version="0.8",
version="0.9",
author="Andrey Fedoseev",
author_email="[email protected]",
url="https://github.com/andreyfedoseev/django-static-precompiler",
Expand Down

0 comments on commit 03736be

Please sign in to comment.