Skip to content

Commit

Permalink
Preparing release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aljosa committed Mar 10, 2016
1 parent c5d87ad commit c8b9042
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 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.3.0 (unreleased)
2.3.0 (2016-03-10)
==================

- Nothing changed yet.
- Added tests (#149)
- Improved Python3 support


2.2.0 (2015-12-23)
Expand Down
5 changes: 1 addition & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ http://django-tinymce.readthedocs.org/
Support and updates
===================

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

License
=======
Expand Down
2 changes: 1 addition & 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.3.0.dev0',
version='2.3.0',
packages=find_packages(),
include_package_data=True,
author="Aljosa Mohorovic",
Expand Down

0 comments on commit c8b9042

Please sign in to comment.