diff --git a/compressor/__init__.py b/compressor/__init__.py index e9a9c9a..fd4d646 100644 --- a/compressor/__init__.py +++ b/compressor/__init__.py @@ -1,2 +1,2 @@ # following PEP 386 -__version__ = "2.1" +__version__ = "2.1.1" diff --git a/docs/changelog.txt b/docs/changelog.txt index 32ab7fe..34fe967 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -1,6 +1,12 @@ Changelog ========= +v2.1.1 (2017-02-02) +------------------- + +- Fix to file permissions issue with packaging. + + v2.1 (2016-08-09) -----------------