From 2a98d087484747abe2b0e2399085d35debb5682f Mon Sep 17 00:00:00 2001 From: David Glick Date: Mon, 20 Feb 2012 18:59:49 -0800 Subject: [PATCH] vb --- docs/HISTORY.txt | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 260629e..0f7cff3 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,6 +1,9 @@ Changelog ========= +1.1.1 (unreleased) +------------------ + 1.1 (2012-02-20) ---------------- diff --git a/setup.py b/setup.py index a8c3782..59afebe 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = '1.1' +version = '1.1.1dev' tests_require = [ 'Products.PloneTestCase',