Back to development.

This commit is contained in:
Timo Stollenwerk 2013-08-20 14:33:03 +02:00
parent 1b0ed27b98
commit ba7a6d26aa
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
2.2.9 (unreleased)
------------------
- Nothing changed yet.
2.2.8 (2013-08-20)
------------------

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = '2.2.8'
version = '2.2.9dev'
install_requires = [
'setuptools',