summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Catton <acatton@fusionbox.com>2014-10-17 09:41:15 -0600
committerAntoine Catton <acatton@fusionbox.com>2014-10-17 09:41:15 -0600
commit665270b54eea5de5aca379a78673b411ed6b1f04 (patch)
tree3fbfab9ec0bf62cd6b803a3cd987410054d7bb19
parente6b9ad35f0444537639f28939de50d97260869b0 (diff)
downloaddjango-pyscss-1.0.6.tar.gz
Release 1.0.6v1.0.6
-rw-r--r--CHANGELOG.rst5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 869da89..1b25787 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,11 @@
CHANGELOG
---------
+1.0.6 - 2014-10-17
+==================
+
+ * Add Django 1.7 compatibility. [Matthias Runge]
+
1.0.5 - 2014-10-16
==================
diff --git a/setup.py b/setup.py
index d3663a3..d245c17 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ tests_require = [
]
-version = (1, 0, 5, 'final')
+version = (1, 0, 6, 'final')
def get_version():