Preparing release 2.3.3

This commit is contained in:
esteele 2014-10-23 21:36:21 -04:00
parent 0bbbc9ba2f
commit 75b8c13640
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog Changelog
========= =========
2.3.3 (unreleased) 2.3.3 (2014-10-23)
------------------ ------------------
- Don't execute createReplyForm js if there is no in_reply_to button. - Don't execute createReplyForm js if there is no in_reply_to button.

View File

@ -1,7 +1,7 @@
from setuptools import find_packages from setuptools import find_packages
from setuptools import setup from setuptools import setup
version = '2.3.3.dev0' version = '2.3.3'
install_requires = [ install_requires = [
'setuptools', 'setuptools',