Preparing release 2.4.3

This commit is contained in:
Timo Stollenwerk 2015-06-05 09:46:21 +02:00
parent 4bd649e021
commit e6c654dfd4
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog Changelog
========= =========
2.4.3 (unreleased) 2.4.3 (2015-06-05)
------------------ ------------------
- Only use edit overlay if available for editing comments - Only use edit overlay if available for editing comments

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.4.3.dev0' version = '2.4.3'
install_requires = [ install_requires = [
'setuptools', 'setuptools',