Skip to content

Commit a540551

Browse files
author
Rémy HUBSCHER
committed
Preparing release 2.6.1
1 parent aed10cd commit a540551

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Changelog
44
This document describes changes between each past release.
55

66

7+
2.6.1 (2019-01-21)
8+
==================
9+
10+
- Fix AppRegistryNotReady exception. (#132)
11+
12+
713
2.6.0 (2017-01-23)
814
==================
915

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def read_file(filename):
1818

1919
setup(
2020
name="django-tinymce",
21-
version='2.6.0',
21+
version='2.6.1',
2222
packages=find_packages(),
2323
include_package_data=True,
2424
author="Aljosa Mohorovic",

0 commit comments

Comments
 (0)