File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ Changelog
4
4
This document describes changes between each past release.
5
5
6
6
7
- 2.3.0 (unreleased )
7
+ 2.3.0 (2016-03-10 )
8
8
==================
9
9
10
- - Nothing changed yet.
10
+ - Added tests (#149)
11
+ - Improved Python3 support
11
12
12
13
13
14
2.2.0 (2015-12-23)
Original file line number Diff line number Diff line change @@ -60,10 +60,7 @@ http://django-tinymce.readthedocs.org/
60
60
Support and updates
61
61
===================
62
62
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
67
64
68
65
License
69
66
=======
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def read_file(filename):
18
18
19
19
setup (
20
20
name = "django-tinymce" ,
21
- version = '2.3.0.dev0 ' ,
21
+ version = '2.3.0' ,
22
22
packages = find_packages (),
23
23
include_package_data = True ,
24
24
author = "Aljosa Mohorovic" ,
You can’t perform that action at this time.
0 commit comments