diff options
author | Antoine Catton <acatton@fusionbox.com> | 2014-10-16 14:51:55 -0600 |
---|---|---|
committer | Antoine Catton <acatton@fusionbox.com> | 2014-10-16 14:52:57 -0600 |
commit | a2ec85759ae59cde883e04025dc2d0d9738e1235 (patch) | |
tree | 5fce32579fb82d63f15d8ebb875a0ee5afabfcee | |
parent | d6e3941e83636b78524a977cb8e002f0b8116e39 (diff) | |
download | django-pyscss-1.0.4.tar.gz |
Release 1.0.4v1.0.4
-rw-r--r-- | CHANGELOG.rst | 5 | ||||
-rw-r--r-- | setup.py | 2 |
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 ================== @@ -21,7 +21,7 @@ tests_require = [ ] -version = (1, 0, 3, 'final') +version = (1, 0, 4, 'final') def get_version(): |