Back to development.

This commit is contained in:
Timo Stollenwerk 2013-02-16 10:41:53 +01:00
parent 9797e13180
commit 12a5e1bef7
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
3.1.1 - unreleased
------------------
-
3.1 - 2013-02-16
----------------

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = '3.1'
version = '3.1.1dev'
setup(name = 'collective.solr',