Skip to content

Commit c8b9042

Browse files
committed
Preparing release 2.3.0
1 parent c5d87ad commit c8b9042

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

CHANGELOG.rst

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

66

7-
2.3.0 (unreleased)
7+
2.3.0 (2016-03-10)
88
==================
99

10-
- Nothing changed yet.
10+
- Added tests (#149)
11+
- Improved Python3 support
1112

1213

1314
2.2.0 (2015-12-23)

README.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,7 @@ http://django-tinymce.readthedocs.org/
6060
Support and updates
6161
===================
6262

63-
You can contact me directly at [email protected], track
64-
updates at https://twitter.com/maljosa or use github issues. Be
65-
persistent and bug me, I often find myself lost in time so ping me if
66-
you're still waiting for me to answer.
63+
Use github issues https://github.com/aljosa/django-tinymce/issues
6764

6865
License
6966
=======

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

0 commit comments

Comments
 (0)