diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 57155ad..3e85e30 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,15 @@ 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 ================== diff --git a/setup.py b/setup.py index c86891c..b086be8 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ tests_require = [ ] -version = (1, 0, 1, 'final') +version = (1, 0, 2, 'final') def get_version():