Skip to content

Commit 1062c87

Browse files
author
Rémy HUBSCHER
committed
Preparing release 2.0.2
1 parent 10d5c23 commit 1062c87

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.rst

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

66

7-
2.1.0 (unreleased)
7+
2.0.2 (2015-07-26)
88
==================
99

10-
- Nothing changed yet.
10+
- Add Python3 support.
1111

1212

1313
2.0.1 (2015-07-24)
1414
==================
1515

16-
- Fix missing CHANGELOG
16+
- Fix missing CHANGELOG.
1717

1818

1919
2.0.0 (2015-07-23)

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.1.0.dev0',
21+
version='2.0.2',
2222
packages=find_packages(),
2323
include_package_data=True,
2424
author="Aljosa Mohorovic",

0 commit comments

Comments
 (0)