Skip to content

Commit

Permalink
Preparing release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Dec 23, 2015
1 parent c919339 commit 4f2d96e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ Changelog
This document describes changes between each past release.


2.1.0 (unreleased)
2.1.0 (2015-12-23)
==================

- Nothing changed yet.
- Rewrite URL files to let it works with Django 1.9 (#147, #148)
- Add a CONTRIBUTORS file.


2.0.6 (2015-11-12)
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def read_file(filename):

setup(
name="django-tinymce",
version='2.1.0.dev0',
version='2.1.0',
packages=find_packages(),
include_package_data=True,
author="Aljosa Mohorovic",
Expand All @@ -28,6 +28,7 @@ def read_file(filename):
long_description = README + "\n\n" + CHANGELOG,
license = "MIT License",
keywords = "django widget tinymce",
zip_safe=False,
classifiers = [
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
Expand Down

0 comments on commit 4f2d96e

Please sign in to comment.