Skip to content

Commit

Permalink
Merge branch 'hotfix/0.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Apr 21, 2011
2 parents 9108aba + e2f4562 commit 3c80084
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compressor/__init__.py
@@ -1,4 +1,4 @@
VERSION = (0, 7, 0, "f", 0) # following PEP 386
VERSION = (0, 7, 1, "f", 0) # following PEP 386
DEV_N = None


Expand Down
2 changes: 2 additions & 0 deletions compressor/utils/staticfiles.py
@@ -1,3 +1,5 @@
from __future__ import absolute_import

from django.conf import settings as django_settings
from django.core.exceptions import ImproperlyConfigured

Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.txt
@@ -1,6 +1,11 @@
Changelog
=========

0.7.1
-----

- Fixed import error when using the standalone django-staticfiles app.

0.7
---

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.7'
release = '0.7.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 3c80084

Please sign in to comment.