From 95c36179298d13c7a540563a932f99182f88c352 Mon Sep 17 00:00:00 2001 From: Sylvain Viollon Date: Mon, 24 Sep 2012 08:46:42 +0200 Subject: [PATCH] Bump version --- docs/HISTORY.txt | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index b7b5f73..032e698 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,6 +1,11 @@ Changelog ========= +1.2 (unreleased) +---------------- + +* ... + 1.1 (2012-09-24) ---------------- diff --git a/setup.py b/setup.py index 69e6ca6..afcbad3 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = '1.1' +version = '1.2dev' install_requires=[ 'grokcore.component',