From 5431dd0f0b61541be975a53a58cd58a6bdf8237e Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Tue, 5 Nov 2013 14:15:01 +0100 Subject: [PATCH] Preparing release 0.4 --- CHANGES.rst | 9 +++++++-- setup.py | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5078c99..726d5cc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,15 @@ Changelog for Isso ================== -0.4 (unreleased) +0.4 (2013-11-05) ---------------- -- Nothing changed yet. +- Isso now handles cross-domain requests and cookies, fixes #24 +- Isso for Python 2.x now supports werkzeug>=0.8 +- limit email length to 254 to avoid Hash-DDoS +- override Isso API location with ``data-isso="..."`` in the script tag +- override HTML title parsing with a custom ``data-title="..."`` attribute + in ``
`` 0.3 (2013-11-01) diff --git a/setup.py b/setup.py index 4ae6dca..30f2b14 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ else: setup( name='isso', - version='0.4.dev0', + version='0.4', author='Martin Zimmermann', author_email='info@posativ.org', packages=find_packages(),