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 b285734 commit 305c74aCopy full SHA for 305c74a
CHANGELOG.rst
@@ -4,10 +4,10 @@ Changelog
4
This document describes changes between each past release.
5
6
7
-2.1.0 (unreleased)
+2.0.1 (2015-07-24)
8
==================
9
10
-- Nothing changed yet.
+- Fix missing CHANGELOG
11
12
13
2.0.0 (2015-07-23)
MANIFEST.in
@@ -1,4 +1,4 @@
1
-include *.txt *.py
+include *.txt *.py *.rst
2
include docs/*.rst
3
exclude *.pyc
recursive-include testtinymce *
setup.py
@@ -18,7 +18,7 @@ def read_file(filename):
18
19
setup(
20
name="django-tinymce",
21
- version='2.1.0.dev0',
+ version='2.0.1',
22
packages=find_packages(),
23
include_package_data=True,
24
author="Aljosa Mohorovic",
0 commit comments