summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Catton <acatton@fusionbox.com>2014-10-16 14:51:55 -0600
committerAntoine Catton <acatton@fusionbox.com>2014-10-16 14:52:57 -0600
commita2ec85759ae59cde883e04025dc2d0d9738e1235 (patch)
tree5fce32579fb82d63f15d8ebb875a0ee5afabfcee
parentd6e3941e83636b78524a977cb8e002f0b8116e39 (diff)
downloaddjango-pyscss-a2ec85759ae59cde883e04025dc2d0d9738e1235.tar.gz
Release 1.0.4v1.0.4
-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 f8a75b7..99fa9d5 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,11 @@
CHANGELOG
---------
+1.0.4 - 2014-10-16
+==================
+
+ * Pin PyScss to 1.2.0 [Rocky Meza]
+
1.0.3 - 2014-09-15
==================
diff --git a/setup.py b/setup.py
index 759e357..31eba6d 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ tests_require = [
]
-version = (1, 0, 3, 'final')
+version = (1, 0, 4, 'final')
def get_version():