We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af2ed1 commit ab9cf1aCopy full SHA for ab9cf1a
CHANGELOG.rst
@@ -4,10 +4,11 @@ Changelog
4
This document describes changes between each past release.
5
6
7
-2.2.0 (unreleased)
+2.2.0 (2015-12-23)
8
==================
9
10
-- Nothing changed yet.
+- TinyMCE compressor now use staticfiles to get the file content (and
11
+ to find files that are in multiple static directory.) (#142)
12
13
14
2.1.0 (2015-12-23)
setup.py
@@ -18,7 +18,7 @@ def read_file(filename):
18
19
setup(
20
name="django-tinymce",
21
- version='2.2.0.dev0',
+ version='2.2.0',
22
packages=find_packages(),
23
include_package_data=True,
24
author="Aljosa Mohorovic",
0 commit comments