From c6e28f8b3c196b70712a31ae2908fa1742ae84a8 Mon Sep 17 00:00:00 2001 From: JeanMichel FRANCOIS Date: Tue, 3 Jul 2012 10:16:01 +0200 Subject: [PATCH] Preparing release 1.0.1 --- docs/HISTORY.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index f50f870..e72d4a9 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,8 +1,8 @@ Changelog ========= -1.1 (unreleased) ----------------- +1.0.1 (2012-07-03) +------------------ - Nothing changed yet. diff --git a/setup.py b/setup.py index 6ffc0fb..526bebc 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = '1.1.dev0' +version = '1.0.1' setup(name='collective.videoanysurfer', version=version,