Preparing release 0.1.3

This commit is contained in:
Stephan Geulette 2013-03-12 13:38:10 +01:00
parent 9809ec8d18
commit 1913b83298
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog
=========
0.1.3 (unreleased)
0.1.3 (2013-03-12)
------------------
- Change the index name and definition to avoid bad index on mail contained elements. Add a specific method linked to the index.

View File

@ -2,7 +2,7 @@
from setuptools import setup, find_packages
version = '0.1.3.dev0'
version = '0.1.3'
long_description = (
open('README.rst').read()