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 aed10cd commit a540551Copy full SHA for a540551
CHANGELOG.rst
@@ -4,6 +4,12 @@ Changelog
4
This document describes changes between each past release.
5
6
7
+2.6.1 (2019-01-21)
8
+==================
9
+
10
+- Fix AppRegistryNotReady exception. (#132)
11
12
13
2.6.0 (2017-01-23)
14
==================
15
setup.py
@@ -18,7 +18,7 @@ def read_file(filename):
18
19
setup(
20
name="django-tinymce",
21
- version='2.6.0',
+ version='2.6.1',
22
packages=find_packages(),
23
include_package_data=True,
24
author="Aljosa Mohorovic",
0 commit comments