Skip to content

Commit

Permalink
Preparing release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Jan 23, 2017
1 parent 542c059 commit da200c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog
This document describes changes between each past release.


2.5.0 (unreleased)
2.5.0 (2017-01-23)
==================

- Added compatibility for Django 1.11.
Expand Down
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ def read_file(filename):

setup(
name="django-tinymce",
version='2.5.0.dev0',
version='2.5.0',
packages=find_packages(),
include_package_data=True,
author="Aljosa Mohorovic",
author_email="[email protected]",
description=("A Django application that contains a widget to render a "
"form field as a TinyMCE editor."),
long_description = README + "\n\n" + CHANGELOG,
license = "MIT License",
keywords = "django widget tinymce",
long_description=README + "\n\n" + CHANGELOG,
license="MIT License",
keywords="django widget tinymce",
zip_safe=False,
classifiers = [
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
Expand All @@ -45,7 +45,7 @@ def read_file(filename):
'Topic :: Software Development :: Libraries :: Application Frameworks',
'Topic :: Software Development :: Libraries :: Python Modules',
],
platforms = ['any'],
url = "https://github.com/aljosa/django-tinymce",
platforms=['any'],
url="https://github.com/aljosa/django-tinymce",
test_suite='runtests.runtests',
)

0 comments on commit da200c7

Please sign in to comment.