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 10d5c23 commit 1062c87Copy full SHA for 1062c87
CHANGELOG.rst
@@ -4,16 +4,16 @@ Changelog
4
This document describes changes between each past release.
5
6
7
-2.1.0 (unreleased)
+2.0.2 (2015-07-26)
8
==================
9
10
-- Nothing changed yet.
+- Add Python3 support.
11
12
13
2.0.1 (2015-07-24)
14
15
16
-- Fix missing CHANGELOG
+- Fix missing CHANGELOG.
17
18
19
2.0.0 (2015-07-23)
setup.py
@@ -18,7 +18,7 @@ def read_file(filename):
setup(
20
name="django-tinymce",
21
- version='2.1.0.dev0',
+ version='2.0.2',
22
packages=find_packages(),
23
include_package_data=True,
24
author="Aljosa Mohorovic",
0 commit comments