Prepare 2.2.8 release.

This commit is contained in:
Timo Stollenwerk 2013-08-20 14:19:23 +02:00
parent 1903008c76
commit f094a29f91
2 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,15 @@
Changelog
=========
2.2.8 (2013-08-20)
------------------
- Re-release 2.2.7 with .mo files. Seems like 2.2.7 has been released twice on
two different dates. The first release seems to be made without a github
push.
[timo]
2.2.7 (2013-08-20)
------------------

View File

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