Release 1.0.2

This commit is contained in:
Antoine Catton
2014-08-04 15:57:31 +02:00
parent ed9e4c772c
commit abe5e83560
2 changed files with 10 additions and 1 deletions

View File

@@ -1,6 +1,15 @@
CHANGELOG CHANGELOG
--------- ---------
1.0.2 - 2014-08-04
==================
* Fix import conflicts with directory and scss stylesheet of the same name. [Radomir Dopieralski]
1.0.1 - 2014-06-04
==================
* Fix compatibility with django-compressor. [Gavin Wahl]
1.0.0 - 2014-02-11 1.0.0 - 2014-02-11
================== ==================

View File

@@ -21,7 +21,7 @@ tests_require = [
] ]
version = (1, 0, 1, 'final') version = (1, 0, 2, 'final')
def get_version(): def get_version():