Next release needs to be a major version because of an API change and upgrade step.

This commit is contained in:
Timo Stollenwerk 2015-01-29 21:24:26 +01:00
parent d7feb46bcb
commit 1b67cc7596
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog
=========
2.3.4 (unreleased)
2.4.0 (unreleased)
------------------
- Add permission to allow comment authors to delete their own comments if

View File

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