Skip to content

Commit da200c7

Browse files
author
Rémy HUBSCHER
committed
Preparing release 2.5.0
1 parent 542c059 commit da200c7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44
This document describes changes between each past release.
55

66

7-
2.5.0 (unreleased)
7+
2.5.0 (2017-01-23)
88
==================
99

1010
- Added compatibility for Django 1.11.

setup.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ def read_file(filename):
1818

1919
setup(
2020
name="django-tinymce",
21-
version='2.5.0.dev0',
21+
version='2.5.0',
2222
packages=find_packages(),
2323
include_package_data=True,
2424
author="Aljosa Mohorovic",
2525
author_email="[email protected]",
2626
description=("A Django application that contains a widget to render a "
2727
"form field as a TinyMCE editor."),
28-
long_description = README + "\n\n" + CHANGELOG,
29-
license = "MIT License",
30-
keywords = "django widget tinymce",
28+
long_description=README + "\n\n" + CHANGELOG,
29+
license="MIT License",
30+
keywords="django widget tinymce",
3131
zip_safe=False,
32-
classifiers = [
32+
classifiers=[
3333
'Development Status :: 5 - Production/Stable',
3434
'Environment :: Web Environment',
3535
'Framework :: Django',
@@ -45,7 +45,7 @@ def read_file(filename):
4545
'Topic :: Software Development :: Libraries :: Application Frameworks',
4646
'Topic :: Software Development :: Libraries :: Python Modules',
4747
],
48-
platforms = ['any'],
49-
url = "https://github.com/aljosa/django-tinymce",
48+
platforms=['any'],
49+
url="https://github.com/aljosa/django-tinymce",
5050
test_suite='runtests.runtests',
5151
)

0 commit comments

Comments
 (0)