sematic cersioning: bump

This commit is contained in:
Jens W. Klein 2017-02-04 17:53:40 +01:00
parent daaedbfb76
commit 9bca791aaf
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
Changelog
=========
2.4.21 (unreleased)
-------------------
3.0.0 (unreleased)
------------------
Breaking changes:

View File

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